#29420B

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

Shades of Turtle Green #29420B

Tints of Turtle Green #29420B

Color information

#29420B (or 0x29420B) is unknown color: approx Turtle Green. HEX triplet: 29, 42 and 0B. RGB value is (41,66,11). Sum of RGB (Red+Green+Blue) = 41+66+11=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #29420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29420B is #D6BDF4. Grayscale: #343434. Windows color (decimal): -14073333 or 737833. OLE color: 737833.

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

Color convert

RGB416611-
CMYK0.3800.830.74
HSL87.27º71.43%15.1%-
HSV(B)87.27º83.33%25.88%-
XYZ2.924.391.01-
YUV52.26104.72119.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 66 (26.17% from 255) = 55.93%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=34.75%
G=55.93%
B=9.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166110.3800.830.7487.2771.4315.1
Hex2942B260534A5747f
Octal511021346012311212710717
Binary10100110000101011100110010100111001010101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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