Html Css Color HEX #29320E Turtle Green

📋 copy color: '#29320E'

red 41 ◦ green 50 ◦ blue 14

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

Shades of Turtle Green #29320E

Tints of Turtle Green #29320E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.33%

R = 39.05%
G = 47.62%
B = 13.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.80

RGB Variations

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

Color information

#29320E (or 0x29320E) is known color: Turtle Green. HEX triplet: 29, 32 and 0E. RGB value is (41,50,14). Sum of RGB (Red+Green+Blue) = 41+50+14=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #29320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29320E is #D6CDF1. Grayscale: #2B2B2B. Windows color (decimal): -14077426 or 930345. OLE color: 930345.

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

Color convert

RGB 41 50 14 -
CMYK 0.18 0 0.72 0.80
HSL 75º 0.56% 0.13% -
HSV(B) 75º 0.72% 0.2% -
XYZ 2.13 2.78 0.84 -
YUV 43.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 41 50 14 0.18 0 0.72 0.80 75 0.56 0.13
Hex 29 32 E 12 0 48 50 4B 38 D
Octal 51 62 16 22 0 110 120 113 70 15
Binary 101001 110010 1110 10010 0 1001000 1010000 1001011 111000 1101

Color Harmonies of #29320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29320E

Black with #29320E

Text Example


Text Example

White with #29320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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