Html Css Color HEX #29480A Turtle Green

📋 copy color: '#29480A'

red 41 ◦ green 72 ◦ blue 10

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

Shades of Turtle Green #29480A

Tints of Turtle Green #29480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.54%

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

R = 33.33%
G = 58.54%
B = 8.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#29480A (or 0x29480A) is known color: Turtle Green. HEX triplet: 29, 48 and 0A. RGB value is (41,72,10). Sum of RGB (Red+Green+Blue) = 41+72+10=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #29480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29480A is #D6B7F5. Grayscale: #373737. Windows color (decimal): -14071798 or 673833. OLE color: 673833.

HSL color Cylindrical-coordinate representation of color #29480A: hue angle of 90º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29480A is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 72 10 -
CMYK 0.43 0 0.86 0.72
HSL 90º 0.76% 0.16% -
HSV(B) 90º 0.86% 0.28% -
XYZ 3.29 5.13 1.1 -
YUV 55.66 102.23 117.54 -
System Red Green Blue C M Y K H S L
Decimal 41 72 10 0.43 0 0.86 0.72 90 0.76 0.16
Hex 29 48 A 2B 0 56 48 5A 4C 10
Octal 51 110 12 53 0 126 110 132 114 20
Binary 101001 1001000 1010 101011 0 1010110 1001000 1011010 1001100 10000

Color Harmonies of #29480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29480A

Black with #29480A

Text Example


Text Example

White with #29480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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