Html Css Color HEX #2B6836 San Felix

📋 copy color: '#2B6836'

red 43 ◦ green 104 ◦ blue 54

#2B6836
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #2B6836

Tints of San Felix #2B6836

RGB

 RED value IS 43 (17.19% from 255) = 21.39%

 GREEN value IS 104 (41.02% from 255) = 51.74%

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 21.39%
G = 51.74%
B = 26.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2B6836 (or 0x2B6836) is known color: San Felix. HEX triplet: 2B, 68 and 36. RGB value is (43,104,54). Sum of RGB (Red+Green+Blue) = 43+104+54=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6836 is #D497C9. Grayscale: #505050. Windows color (decimal): -13932490 or 3565611. OLE color: 3565611.

HSL color Cylindrical-coordinate representation of color #2B6836: hue angle of 130.82º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6836 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 104 54 -
CMYK 0.59 0 0.48 0.59
HSL 130.82º 0.41% 0.29% -
HSV(B) 130.82º 0.59% 0.41% -
XYZ 6.61 10.68 5.2 -
YUV 80.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 43 104 54 0.59 0 0.48 0.59 130.82 0.41 0.29
Hex 2B 68 36 3B 0 30 3B 83 29 1D
Octal 53 150 66 73 0 60 73 203 51 35
Binary 101011 1101000 110110 111011 0 110000 111011 10000011 101001 11101

Color Harmonies of #2B6836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6836

Black with #2B6836

Text Example


Text Example

White with #2B6836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B6836; }

 p { color: rgb(43,104,54); }

 H1.HeaderClassName
 {
   color: #2B6836;
 }
 .AnyTagClassName
 {
   color: #2B6836;
 }
</style>

background-color css

<style>
 a { background-color: #2B6836; }

 a { background-color: rgb(43,104,54); }

 div.DivClassName
 {
   background-color: #2B6836;
 }
 .BgClassName
 {
   background-color: #2B6836;
 }
</style>

border-color css

<style>
 span { border-color: #2B6836; }

 span { border-color: rgb(43,104,54); }

 td.TdClassName
 {
   border-color: #2B6836;
 }
 .TagClassName
 {
   border-color: #2B6836;
 }
</style>