#2F4512

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

Shades of Turtle Green #2F4512

Tints of Turtle Green #2F4512

Color information

#2F4512 (or 0x2F4512) is unknown color: approx Turtle Green. HEX triplet: 2F, 45 and 12. RGB value is (47,69,18). Sum of RGB (Red+Green+Blue) = 47+69+18=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4512 is #D0BAED. Grayscale: #383838. Windows color (decimal): -13679342 or 1197359. OLE color: 1197359.

HSL color Cylindrical-coordinate representation of color #2F4512: hue angle of 85.88º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F4512 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB476918-
CMYK0.3200.740.73
HSL85.88º58.62%17.06%-
HSV(B)85.88º73.91%27.06%-
XYZ3.414.91.34-
YUV56.61106.21121.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=35.07%
G=51.49%
B=13.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4769180.3200.740.7385.8858.6217.06
Hex2F45122004A49563b11
Octal57105224001121111267321
Binary101111100010110010100000010010101001001101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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