Html Css Color HEX #29320D Turtle Green

📋 copy color: '#29320D'

red 41 ◦ green 50 ◦ blue 13

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

Shades of Turtle Green #29320D

Tints of Turtle Green #29320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 48.08%

 BLUE value IS 13 (5.47% from 255) = 12.5%

R = 39.42%
G = 48.08%
B = 12.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#29320D (or 0x29320D) is known color: Turtle Green. HEX triplet: 29, 32 and 0D. RGB value is (41,50,13). Sum of RGB (Red+Green+Blue) = 41+50+13=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #29320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29320D is #D6CDF2. Grayscale: #2B2B2B. Windows color (decimal): -14077427 or 864809. OLE color: 864809.

HSL color Cylindrical-coordinate representation of color #29320D: hue angle of 74.59º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29320D is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 50 13 -
CMYK 0.18 0 0.74 0.80
HSL 74.59º 0.59% 0.12% -
HSV(B) 74.59º 0.74% 0.2% -
XYZ 2.13 2.78 0.81 -
YUV 43.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 41 50 13 0.18 0 0.74 0.80 74.59 0.59 0.12
Hex 29 32 D 12 0 4A 50 4B 3B C
Octal 51 62 15 22 0 112 120 113 73 14
Binary 101001 110010 1101 10010 0 1001010 1010000 1001011 111011 1100

Color Harmonies of #29320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29320D

Black with #29320D

Text Example


Text Example

White with #29320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29320D; }

 p { color: rgb(41,50,13); }

 H1.HeaderClassName
 {
   color: #29320D;
 }
 .AnyTagClassName
 {
   color: #29320D;
 }
</style>

background-color css

<style>
 a { background-color: #29320D; }

 a { background-color: rgb(41,50,13); }

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

border-color css

<style>
 span { border-color: #29320D; }

 span { border-color: rgb(41,50,13); }

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