#2F4713

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

Shades of Turtle Green #2F4713

Tints of Turtle Green #2F4713

Color information

#2F4713 (or 0x2F4713) is unknown color: approx Turtle Green. HEX triplet: 2F, 47 and 13. RGB value is (47,71,19). Sum of RGB (Red+Green+Blue) = 47+71+19=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4713 is #D0B8EC. Grayscale: #3A3A3A. Windows color (decimal): -13678829 or 1263407. OLE color: 1263407.

HSL color Cylindrical-coordinate representation of color #2F4713: hue angle of 87.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F4713 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB477119-
CMYK0.3400.730.72
HSL87.69º57.78%17.65%-
HSV(B)87.69º73.24%27.84%-
XYZ3.545.161.42-
YUV57.9106.05120.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.31%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=34.31%
G=51.82%
B=13.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4771190.3400.730.7287.6957.7817.65
Hex2F47132204948583a12
Octal57107234201111101307222
Binary101111100011110011100010010010011001000101100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,71,19); }

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

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

 a { background-color: rgb(47,71,19); }

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

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

 span { border-color: rgb(47,71,19); }

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