#2B6F39

Color #2B6F39 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #2B6F39

Tints of San Felix #2B6F39

Color information

#2B6F39 (or 0x2B6F39) is unknown color: approx San Felix. HEX triplet: 2B, 6F and 39. RGB value is (43,111,57). Sum of RGB (Red+Green+Blue) = 43+111+57=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6F39 is #D490C6. Grayscale: #545454. Windows color (decimal): -13930695 or 3764011. OLE color: 3764011.

HSL color Cylindrical-coordinate representation of color #2B6F39: hue angle of 132.35º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6F39 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB4311157-
CMYK0.6100.490.56
HSL132.35º44.16%30.2%-
HSV(B)132.35º61.26%43.53%-
XYZ7.4212.185.83-
YUV84.51112.4798.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.38%
GREEN value IS 111 (43.75% from 255) = 52.61%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=20.38%
G=52.61%
B=27.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43111570.6100.490.56132.3544.1630.2
Hex2B6F393D03138842c1e
Octal531577175061702045436
Binary101011110111111100111110101100011110001000010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,111,57); }

 H1.HeaderClassName
 {
   color: #2B6F39;
 }
 .AnyTagClassName
 {
   color: #2B6F39;
 }
</style>
background-color css

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

 a { background-color: rgb(43,111,57); }

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

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

 span { border-color: rgb(43,111,57); }

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