#29350D

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

Shades of Turtle Green #29350D

Tints of Turtle Green #29350D

Color information

#29350D (or 0x29350D) is unknown color: approx Turtle Green. HEX triplet: 29, 35 and 0D. RGB value is (41,53,13). Sum of RGB (Red+Green+Blue) = 41+53+13=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #29350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29350D is #D6CAF2. Grayscale: #2D2D2D. Windows color (decimal): -14076659 or 865577. OLE color: 865577.

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

Color convert

RGB415313-
CMYK0.2300.750.79
HSL78º60.61%12.94%-
HSV(B)78º75.47%20.78%-
XYZ2.263.050.85-
YUV44.85110.02125.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=38.32%
G=49.53%
B=12.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153130.2300.750.797860.6112.94
Hex2935D1704B4F4e3dd
Octal5165152701131171167515
Binary10100111010111011011101001011100111110011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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