#2B6F27

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

Shades of San Felix #2B6F27

Tints of San Felix #2B6F27

Color information

#2B6F27 (or 0x2B6F27) is unknown color: approx San Felix. HEX triplet: 2B, 6F and 27. RGB value is (43,111,39). Sum of RGB (Red+Green+Blue) = 43+111+39=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6F27 is #D490D8. Grayscale: #525252. Windows color (decimal): -13930713 or 2584363. OLE color: 2584363.

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

Color convert

RGB4311139-
CMYK0.6100.650.56
HSL116.67º48%29.41%-
HSV(B)116.67º64.86%43.53%-
XYZ7.0512.033.87-
YUV82.46103.4799.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 111 (43.75% from 255) = 57.51%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=22.28%
G=57.51%
B=20.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43111390.6100.650.56116.674829.41
Hex2B6F273D0413875301d
Octal5315747750101701656035
Binary101011110111110011111110101000001111000111010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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