#29310A

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

Shades of Turtle Green #29310A

Tints of Turtle Green #29310A

Color information

#29310A (or 0x29310A) is unknown color: approx Turtle Green. HEX triplet: 29, 31 and 0A. RGB value is (41,49,10). Sum of RGB (Red+Green+Blue) = 41+49+10=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #29310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29310A is #D6CEF5. Grayscale: #2A2A2A. Windows color (decimal): -14077686 or 667945. OLE color: 667945.

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

Color convert

RGB414910-
CMYK0.1600.800.81
HSL72.31º66.1%11.57%-
HSV(B)72.31º79.59%19.22%-
XYZ2.072.690.7-
YUV42.16109.85127.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 10 (4.30% from 255) = 10%
R=41%
G=49%
B=10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149100.1600.800.8172.3166.111.57
Hex2931A10050514842c
Octal51611220012012111010214
Binary101001110001101010000010100001010001100100010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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