Html Css Color HEX #29320F Turtle Green

📋 copy color: '#29320F'

red 41 ◦ green 50 ◦ blue 15

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

Shades of Turtle Green #29320F

Tints of Turtle Green #29320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.15%

R = 38.68%
G = 47.17%
B = 14.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.80

RGB Variations

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

Color information

#29320F (or 0x29320F) is known color: Turtle Green. HEX triplet: 29, 32 and 0F. RGB value is (41,50,15). Sum of RGB (Red+Green+Blue) = 41+50+15=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #29320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29320F is #D6CDF0. Grayscale: #2B2B2B. Windows color (decimal): -14077425 or 995881. OLE color: 995881.

HSL color Cylindrical-coordinate representation of color #29320F: hue angle of 75.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29320F is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 50 15 -
CMYK 0.18 0 0.70 0.80
HSL 75.43º 0.54% 0.13% -
HSV(B) 75.43º 0.7% 0.2% -
XYZ 2.14 2.79 0.88 -
YUV 43.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 41 50 15 0.18 0 0.70 0.80 75.43 0.54 0.13
Hex 29 32 F 12 0 46 50 4B 36 D
Octal 51 62 17 22 0 106 120 113 66 15
Binary 101001 110010 1111 10010 0 1000110 1010000 1001011 110110 1101

Color Harmonies of #29320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29320F

Black with #29320F

Text Example


Text Example

White with #29320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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