#2F6C2B

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

Shades of San Felix #2F6C2B

Tints of San Felix #2F6C2B

Color information

#2F6C2B (or 0x2F6C2B) is unknown color: approx San Felix. HEX triplet: 2F, 6C and 2B. RGB value is (47,108,43). Sum of RGB (Red+Green+Blue) = 47+108+43=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 108 (42.58% from 255 or 54.55% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 108 - color contains mainly: green. Hex color #2F6C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6C2B is #D093D4. Grayscale: #525252. Windows color (decimal): -13669333 or 2845743. OLE color: 2845743.

HSL color Cylindrical-coordinate representation of color #2F6C2B: hue angle of 116.31º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F6C2B is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB4710843-
CMYK0.5600.600.58
HSL116.31º43.05%29.61%-
HSV(B)116.31º60.19%42.35%-
XYZ6.9711.54.14-
YUV82.35105.79102.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.74%
GREEN value IS 108 (42.58% from 255) = 54.55%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=23.74%
G=54.55%
B=21.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47108430.5600.600.58116.3143.0529.61
Hex2F6C2B3803C3A742b1e
Octal571545370074721645336
Binary10111111011001010111110000111100111010111010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,108,43); }

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

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

 a { background-color: rgb(47,108,43); }

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

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

 span { border-color: rgb(47,108,43); }

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