#2F6B2C

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

Shades of San Felix #2F6B2C

Tints of San Felix #2F6B2C

Color information

#2F6B2C (or 0x2F6B2C) is unknown color: approx San Felix. HEX triplet: 2F, 6B and 2C. RGB value is (47,107,44). Sum of RGB (Red+Green+Blue) = 47+107+44=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6B2C is #D094D3. Grayscale: #525252. Windows color (decimal): -13669588 or 2911023. OLE color: 2911023.

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

Color convert

RGB4710744-
CMYK0.5600.590.58
HSL117.14º41.72%29.61%-
HSV(B)117.14º58.88%41.96%-
XYZ6.8811.34.2-
YUV81.88106.62103.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.74%
GREEN value IS 107 (42.19% from 255) = 54.04%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=23.74%
G=54.04%
B=22.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47107440.5600.590.58117.1441.7229.61
Hex2F6B2C3803B3A752a1e
Octal571535470073721655236
Binary10111111010111011001110000111011111010111010110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,107,44); }

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

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

 a { background-color: rgb(47,107,44); }

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

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

 span { border-color: rgb(47,107,44); }

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