Html Css Color HEX #29350A Turtle Green

📋 copy color: '#29350A'

red 41 ◦ green 53 ◦ blue 10

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

Shades of Turtle Green #29350A

Tints of Turtle Green #29350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 50.96%

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

R = 39.42%
G = 50.96%
B = 9.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#29350A (or 0x29350A) is known color: Turtle Green. HEX triplet: 29, 35 and 0A. RGB value is (41,53,10). Sum of RGB (Red+Green+Blue) = 41+53+10=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #29350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29350A is #D6CAF5. Grayscale: #2C2C2C. Windows color (decimal): -14076662 or 668969. OLE color: 668969.

HSL color Cylindrical-coordinate representation of color #29350A: hue angle of 76.74º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29350A is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 53 10 -
CMYK 0.23 0 0.81 0.79
HSL 76.74º 0.68% 0.12% -
HSV(B) 76.74º 0.81% 0.21% -
XYZ 2.24 3.04 0.76 -
YUV 44.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 41 53 10 0.23 0 0.81 0.79 76.74 0.68 0.12
Hex 29 35 A 17 0 51 4F 4D 44 C
Octal 51 65 12 27 0 121 117 115 104 14
Binary 101001 110101 1010 10111 0 1010001 1001111 1001101 1000100 1100

Color Harmonies of #29350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29350A

Black with #29350A

Text Example


Text Example

White with #29350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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