Html Css Color HEX #29330A Turtle Green

📋 copy color: '#29330A'

red 41 ◦ green 51 ◦ blue 10

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

Shades of Turtle Green #29330A

Tints of Turtle Green #29330A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 50%

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

R = 40.2%
G = 50%
B = 9.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.8

RGB Variations

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

Color information

#29330A (or 0x29330A) is known color: Turtle Green. HEX triplet: 29, 33 and 0A. RGB value is (41,51,10). Sum of RGB (Red+Green+Blue) = 41+51+10=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #29330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29330A is #D6CCF5. Grayscale: #2B2B2B. Windows color (decimal): -14077174 or 668457. OLE color: 668457.

HSL color Cylindrical-coordinate representation of color #29330A: hue angle of 74.63º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29330A is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 10 -
CMYK 0.20 0 0.80 0.8
HSL 74.63º 0.67% 0.12% -
HSV(B) 74.63º 0.8% 0.2% -
XYZ 2.15 2.86 0.73 -
YUV 43.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 41 51 10 0.20 0 0.80 0.8 74.63 0.67 0.12
Hex 29 33 A 14 0 50 50 4B 43 C
Octal 51 63 12 24 0 120 120 113 103 14
Binary 101001 110011 1010 10100 0 1010000 1010000 1001011 1000011 1100

Color Harmonies of #29330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29330A

Black with #29330A

Text Example


Text Example

White with #29330A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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