Html Css Color HEX #29420E Turtle Green

📋 copy color: '#29420E'

red 41 ◦ green 66 ◦ blue 14

#29420E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #29420E

Tints of Turtle Green #29420E

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 value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#29420E (or 0x29420E) is known color: 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

RGB 41 66 14 -
CMYK 0.38 0 0.79 0.74
HSL 88.85º 0.65% 0.16% -
HSV(B) 88.85º 0.79% 0.26% -
XYZ 2.94 4.4 1.11 -
YUV 52.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 41 66 14 0.38 0 0.79 0.74 88.85 0.65 0.16
Hex 29 42 E 26 0 4F 4A 59 41 10
Octal 51 102 16 46 0 117 112 131 101 20
Binary 101001 1000010 1110 100110 0 1001111 1001010 1011001 1000001 10000

Color Harmonies of #29420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29420E

Black with #29420E

Text Example


Text Example

White with #29420E

Text Example


Text Example

HTML Codes & Css Web 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>