Html Css Color HEX #29400A Turtle Green

📋 copy color: '#29400A'

red 41 ◦ green 64 ◦ blue 10

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

Shades of Turtle Green #29400A

Tints of Turtle Green #29400A

RGB

 RED value IS 41 (16.41% from 255) = 35.65%

 GREEN value IS 64 (25.39% from 255) = 55.65%

 BLUE value IS 10 (4.3% from 255) = 8.7%

R = 35.65%
G = 55.65%
B = 8.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#29400A (or 0x29400A) is known color: Turtle Green. HEX triplet: 29, 40 and 0A. RGB value is (41,64,10). Sum of RGB (Red+Green+Blue) = 41+64+10=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #29400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29400A is #D6BFF5. Grayscale: #333333. Windows color (decimal): -14073846 or 671785. OLE color: 671785.

HSL color Cylindrical-coordinate representation of color #29400A: hue angle of 85.56º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29400A is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 10 -
CMYK 0.36 0 0.84 0.75
HSL 85.56º 0.73% 0.15% -
HSV(B) 85.56º 0.84% 0.25% -
XYZ 2.8 4.16 0.94 -
YUV 50.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 41 64 10 0.36 0 0.84 0.75 85.56 0.73 0.15
Hex 29 40 A 24 0 54 4B 56 49 F
Octal 51 100 12 44 0 124 113 126 111 17
Binary 101001 1000000 1010 100100 0 1010100 1001011 1010110 1001001 1111

Color Harmonies of #29400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29400A

Black with #29400A

Text Example


Text Example

White with #29400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29400A;
 }
 .AnyTagClassName
 {
   color: #29400A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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