#2D470A

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

Shades of Turtle Green #2D470A

Tints of Turtle Green #2D470A

Color information

#2D470A (or 0x2D470A) is unknown color: approx Turtle Green. HEX triplet: 2D, 47 and 0A. RGB value is (45,71,10). Sum of RGB (Red+Green+Blue) = 45+71+10=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #2D470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D470A is #D2B8F5. Grayscale: #383838. Windows color (decimal): -13809910 or 673581. OLE color: 673581.

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

Color convert

RGB457110-
CMYK0.3700.860.72
HSL85.57º75.31%15.88%-
HSV(B)85.57º85.92%27.84%-
XYZ3.395.091.09-
YUV56.27101.89119.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.71%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=35.71%
G=56.35%
B=7.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4571100.3700.860.7285.5775.3115.88
Hex2D47A2505648564b10
Octal551071245012611012611320
Binary101101100011110101001010101011010010001010110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,10); }

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

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

 a { background-color: rgb(45,71,10); }

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

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

 span { border-color: rgb(45,71,10); }

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