#29420E

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

Shades of Turtle Green #29420E

Tints of Turtle Green #29420E

Color information

#29420E (or 0x29420E) is unknown color: approx Turtle Green. HEX triplet: 29, 42 and 0E. RGB value is (41,66,14). Sum of RGB (Red+Green+Blue) = 41+66+14=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #29420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29420E is #D6BDF1. Grayscale: #343434. Windows color (decimal): -14073330 or 934441. OLE color: 934441.

HSL color Cylindrical-coordinate representation of color #29420E: hue angle of 88.85º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29420E is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB416614-
CMYK0.3800.790.74
HSL88.85º65%15.69%-
HSV(B)88.85º78.79%25.88%-
XYZ2.944.41.11-
YUV52.6106.22119.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=33.88%
G=54.55%
B=11.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166140.3800.790.7488.856515.69
Hex2942E2604F4A594110
Octal511021646011711213110120
Binary101001100001011101001100100111110010101011001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29420E; }

 p { color: rgb(41,66,14); }

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

<style>
 a { background-color: #29420E; }

 a { background-color: rgb(41,66,14); }

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

<style>
 span { border-color: #29420E; }

 span { border-color: rgb(41,66,14); }

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