#2F3612

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

Shades of Turtle Green #2F3612

Tints of Turtle Green #2F3612

Color information

#2F3612 (or 0x2F3612) is unknown color: approx Turtle Green. HEX triplet: 2F, 36 and 12. RGB value is (47,54,18). Sum of RGB (Red+Green+Blue) = 47+54+18=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #2F3612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3612 is #D0C9ED. Grayscale: #2F2F2F. Windows color (decimal): -13683182 or 1193519. OLE color: 1193519.

HSL color Cylindrical-coordinate representation of color #2F3612: hue angle of 71.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F3612 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB475418-
CMYK0.1300.670.79
HSL71.67º50%14.12%-
HSV(B)71.67º66.67%21.18%-
XYZ2.63.291.07-
YUV47.8111.18127.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.50%
GREEN value IS 54 (21.48% from 255) = 45.38%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=39.50%
G=45.38%
B=15.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4754180.1300.670.7971.675014.12
Hex2F3612D0434F4832e
Octal5766221501031171106216
Binary10111111011010010110101000011100111110010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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