#29470A

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

Shades of Turtle Green #29470A

Tints of Turtle Green #29470A

Color information

#29470A (or 0x29470A) is unknown color: approx Turtle Green. HEX triplet: 29, 47 and 0A. RGB value is (41,71,10). Sum of RGB (Red+Green+Blue) = 41+71+10=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #29470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29470A is #D6B8F5. Grayscale: #373737. Windows color (decimal): -14072054 or 673577. OLE color: 673577.

HSL color Cylindrical-coordinate representation of color #29470A: hue angle of 89.51º 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 #29470A is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB417110-
CMYK0.4200.860.72
HSL89.51º75.31%15.88%-
HSV(B)89.51º85.92%27.84%-
XYZ3.2251.08-
YUV55.08102.56117.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 71 (28.12% from 255) = 58.20%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=33.61%
G=58.20%
B=8.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171100.4200.860.7289.5175.3115.88
Hex2947A2A056485a4b10
Octal511071252012611013211320
Binary101001100011110101010100101011010010001011010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29470A; }

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

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

<style>
 a { background-color: #29470A; }

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

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

<style>
 span { border-color: #29470A; }

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

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