#2F4112

Color #2F4112 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #2F4112

Tints of Turtle Green #2F4112

Color information

#2F4112 (or 0x2F4112) is unknown color: approx Turtle Green. HEX triplet: 2F, 41 and 12. RGB value is (47,65,18). Sum of RGB (Red+Green+Blue) = 47+65+18=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4112 is #D0BEED. Grayscale: #363636. Windows color (decimal): -13680366 or 1196335. OLE color: 1196335.

HSL color Cylindrical-coordinate representation of color #2F4112: hue angle of 82.98º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F4112 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB476518-
CMYK0.2800.720.75
HSL82.98º56.63%16.27%-
HSV(B)82.98º72.31%25.49%-
XYZ3.174.431.26-
YUV54.26107.54122.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.15%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=36.15%
G=50%
B=13.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765180.2800.720.7582.9856.6316.27
Hex2F41121C0484B533910
Octal57101223401101131237120
Binary10111110000011001011100010010001001011101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,65,18); }

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

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

 a { background-color: rgb(47,65,18); }

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

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

 span { border-color: rgb(47,65,18); }

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