#2F5406

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

Shades of Turtle Green #2F5406

Tints of Turtle Green #2F5406

Color information

#2F5406 (or 0x2F5406) is unknown color: approx Turtle Green. HEX triplet: 2F, 54 and 06. RGB value is (47,84,6). Sum of RGB (Red+Green+Blue) = 47+84+6=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5406 is #D0ABF9. Grayscale: #404040. Windows color (decimal): -13675514 or 414767. OLE color: 414767.

HSL color Cylindrical-coordinate representation of color #2F5406: hue angle of 88.46º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F5406 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB47846-
CMYK0.4400.930.67
HSL88.46º86.67%17.65%-
HSV(B)88.46º92.86%32.94%-
XYZ4.386.961.28-
YUV64.0495.24115.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.31%
GREEN value IS 84 (33.20% from 255) = 61.31%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=34.31%
G=61.31%
B=4.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal478460.4400.930.6788.4686.6717.65
Hex2F5462C05D43585712
Octal57124654013510313012722
Binary10111110101001101011000101110110000111011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,84,6); }

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

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

 a { background-color: rgb(47,84,6); }

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

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

 span { border-color: rgb(47,84,6); }

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