Html Css Color HEX #29410A Turtle Green

📋 copy color: '#29410A'

red 41 ◦ green 65 ◦ blue 10

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

Shades of Turtle Green #29410A

Tints of Turtle Green #29410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 56.03%

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

R = 35.34%
G = 56.03%
B = 8.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#29410A (or 0x29410A) is known color: Turtle Green. HEX triplet: 29, 41 and 0A. RGB value is (41,65,10). Sum of RGB (Red+Green+Blue) = 41+65+10=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #29410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29410A is #D6BEF5. Grayscale: #333333. Windows color (decimal): -14073590 or 672041. OLE color: 672041.

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

Color convert

RGB 41 65 10 -
CMYK 0.37 0 0.85 0.75
HSL 86.18º 0.73% 0.15% -
HSV(B) 86.18º 0.85% 0.25% -
XYZ 2.86 4.27 0.96 -
YUV 51.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 41 65 10 0.37 0 0.85 0.75 86.18 0.73 0.15
Hex 29 41 A 25 0 55 4B 56 49 F
Octal 51 101 12 45 0 125 113 126 111 17
Binary 101001 1000001 1010 100101 0 1010101 1001011 1010110 1001001 1111

Color Harmonies of #29410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29410A

Black with #29410A

Text Example


Text Example

White with #29410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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