#2F4113

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

Shades of Turtle Green #2F4113

Tints of Turtle Green #2F4113

Color information

#2F4113 (or 0x2F4113) is unknown color: approx Turtle Green. HEX triplet: 2F, 41 and 13. RGB value is (47,65,19). Sum of RGB (Red+Green+Blue) = 47+65+19=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4113 is #D0BEEC. Grayscale: #363636. Windows color (decimal): -13680365 or 1261871. OLE color: 1261871.

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

Color convert

RGB476519-
CMYK0.2800.710.75
HSL83.48º54.76%16.47%-
HSV(B)83.48º70.77%25.49%-
XYZ3.184.431.3-
YUV54.37108.04122.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.88%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=35.88%
G=49.62%
B=14.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765190.2800.710.7583.4854.7616.47
Hex2F41131C0474B533710
Octal57101233401071131236720
Binary10111110000011001111100010001111001011101001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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