Html Css Color HEX #29320B Turtle Green

📋 copy color: '#29320B'

red 41 ◦ green 50 ◦ blue 11

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

Shades of Turtle Green #29320B

Tints of Turtle Green #29320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.78%

R = 40.2%
G = 49.02%
B = 10.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#29320B (or 0x29320B) is known color: Turtle Green. HEX triplet: 29, 32 and 0B. RGB value is (41,50,11). Sum of RGB (Red+Green+Blue) = 41+50+11=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #29320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29320B is #D6CDF4. Grayscale: #2B2B2B. Windows color (decimal): -14077429 or 733737. OLE color: 733737.

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

Color convert

RGB 41 50 11 -
CMYK 0.18 0 0.78 0.80
HSL 73.85º 0.64% 0.12% -
HSV(B) 73.85º 0.78% 0.2% -
XYZ 2.12 2.78 0.74 -
YUV 42.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 41 50 11 0.18 0 0.78 0.80 73.85 0.64 0.12
Hex 29 32 B 12 0 4E 50 4A 40 C
Octal 51 62 13 22 0 116 120 112 100 14
Binary 101001 110010 1011 10010 0 1001110 1010000 1001010 1000000 1100

Color Harmonies of #29320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29320B

Black with #29320B

Text Example


Text Example

White with #29320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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