#29350A

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

Shades of Turtle Green #29350A

Tints of Turtle Green #29350A

Color information

#29350A (or 0x29350A) is unknown color: approx Turtle Green. HEX triplet: 29, 35 and 0A. RGB value is (41,53,10). Sum of RGB (Red+Green+Blue) = 41+53+10=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #29350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29350A is #D6CAF5. Grayscale: #2C2C2C. Windows color (decimal): -14076662 or 668969. OLE color: 668969.

HSL color Cylindrical-coordinate representation of color #29350A: hue angle of 76.74º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29350A is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB415310-
CMYK0.2300.810.79
HSL76.74º68.25%12.35%-
HSV(B)76.74º81.13%20.78%-
XYZ2.243.040.76-
YUV44.51108.52125.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 53 (21.09% from 255) = 50.96%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=39.42%
G=50.96%
B=9.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153100.2300.810.7976.7468.2512.35
Hex2935A170514F4d44c
Octal51651227012111711510414
Binary101001110101101010111010100011001111100110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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