Html Css Color HEX #29310A Turtle Green

📋 copy color: '#29310A'

red 41 ◦ green 49 ◦ blue 10

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

Shades of Turtle Green #29310A

Tints of Turtle Green #29310A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 49%

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

R = 41%
G = 49%
B = 10%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#29310A (or 0x29310A) is known color: Turtle Green. HEX triplet: 29, 31 and 0A. RGB value is (41,49,10). Sum of RGB (Red+Green+Blue) = 41+49+10=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #29310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29310A is #D6CEF5. Grayscale: #2A2A2A. Windows color (decimal): -14077686 or 667945. OLE color: 667945.

HSL color Cylindrical-coordinate representation of color #29310A: hue angle of 72.31º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29310A is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 49 10 -
CMYK 0.16 0 0.80 0.81
HSL 72.31º 0.66% 0.12% -
HSV(B) 72.31º 0.8% 0.19% -
XYZ 2.07 2.69 0.7 -
YUV 42.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 41 49 10 0.16 0 0.80 0.81 72.31 0.66 0.12
Hex 29 31 A 10 0 50 51 48 42 C
Octal 51 61 12 20 0 120 121 110 102 14
Binary 101001 110001 1010 10000 0 1010000 1010001 1001000 1000010 1100

Color Harmonies of #29310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29310A

Black with #29310A

Text Example


Text Example

White with #29310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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