Html Css Color HEX #29490C Turtle Green

📋 copy color: '#29490C'

red 41 ◦ green 73 ◦ blue 12

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

Shades of Turtle Green #29490C

Tints of Turtle Green #29490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.94%

 BLUE value IS 12 (5.08% from 255) = 9.52%

R = 32.54%
G = 57.94%
B = 9.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#29490C (or 0x29490C) is known color: Turtle Green. HEX triplet: 29, 49 and 0C. RGB value is (41,73,12). Sum of RGB (Red+Green+Blue) = 41+73+12=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #29490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29490C is #D6B6F3. Grayscale: #383838. Windows color (decimal): -14071540 or 805161. OLE color: 805161.

HSL color Cylindrical-coordinate representation of color #29490C: hue angle of 91.48º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29490C is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 73 12 -
CMYK 0.44 0 0.84 0.71
HSL 91.48º 0.72% 0.17% -
HSV(B) 91.48º 0.84% 0.29% -
XYZ 3.36 5.26 1.19 -
YUV 56.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 41 73 12 0.44 0 0.84 0.71 91.48 0.72 0.17
Hex 29 49 C 2C 0 54 47 5B 48 11
Octal 51 111 14 54 0 124 107 133 110 21
Binary 101001 1001001 1100 101100 0 1010100 1000111 1011011 1001000 10001

Color Harmonies of #29490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29490C

Black with #29490C

Text Example


Text Example

White with #29490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29490C; }

 p { color: rgb(41,73,12); }

 H1.HeaderClassName
 {
   color: #29490C;
 }
 .AnyTagClassName
 {
   color: #29490C;
 }
</style>

background-color css

<style>
 a { background-color: #29490C; }

 a { background-color: rgb(41,73,12); }

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

border-color css

<style>
 span { border-color: #29490C; }

 span { border-color: rgb(41,73,12); }

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