#2F3412

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

Shades of Turtle Green #2F3412

Tints of Turtle Green #2F3412

Color information

#2F3412 (or 0x2F3412) is unknown color: approx Turtle Green. HEX triplet: 2F, 34 and 12. RGB value is (47,52,18). Sum of RGB (Red+Green+Blue) = 47+52+18=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3412 is #D0CBED. Grayscale: #2E2E2E. Windows color (decimal): -13683694 or 1193007. OLE color: 1193007.

HSL color Cylindrical-coordinate representation of color #2F3412: hue angle of 68.82º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3412 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB475218-
CMYK0.1000.650.80
HSL68.82º48.57%13.73%-
HSV(B)68.82º65.38%20.39%-
XYZ2.513.11.04-
YUV46.63111.84128.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.17%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=40.17%
G=44.44%
B=15.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4752180.1000.650.8068.8248.5713.73
Hex2F3412A041504531e
Octal5764221201011201056116
Binary10111111010010010101001000001101000010001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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