#29310D

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

Shades of Turtle Green #29310D

Tints of Turtle Green #29310D

Color information

#29310D (or 0x29310D) is unknown color: approx Turtle Green. HEX triplet: 29, 31 and 0D. RGB value is (41,49,13). Sum of RGB (Red+Green+Blue) = 41+49+13=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #29310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29310D is #D6CEF2. Grayscale: #2A2A2A. Windows color (decimal): -14077683 or 864553. OLE color: 864553.

HSL color Cylindrical-coordinate representation of color #29310D: hue angle of 73.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29310D is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB414913-
CMYK0.1600.730.81
HSL73.33º58.06%12.16%-
HSV(B)73.33º73.47%19.22%-
XYZ2.092.70.79-
YUV42.5111.35126.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.81%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=39.81%
G=47.57%
B=12.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149130.1600.730.8173.3358.0612.16
Hex2931D1004951493ac
Octal5161152001111211117214
Binary10100111000111011000001001001101000110010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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