Html Css Color HEX #29420B Turtle Green

📋 copy color: '#29420B'

red 41 ◦ green 66 ◦ blue 11

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

Shades of Turtle Green #29420B

Tints of Turtle Green #29420B

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

 M value IS 0

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

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

RGB 41 66 11 -
CMYK 0.38 0 0.83 0.74
HSL 87.27º 0.71% 0.15% -
HSV(B) 87.27º 0.83% 0.26% -
XYZ 2.92 4.39 1.01 -
YUV 52.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 41 66 11 0.38 0 0.83 0.74 87.27 0.71 0.15
Hex 29 42 B 26 0 53 4A 57 47 F
Octal 51 102 13 46 0 123 112 127 107 17
Binary 101001 1000010 1011 100110 0 1010011 1001010 1010111 1000111 1111

Color Harmonies of #29420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29420B

Black with #29420B

Text Example


Text Example

White with #29420B

Text Example


Text Example

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