Html Css Color HEX #29320C Turtle Green

📋 copy color: '#29320C'

red 41 ◦ green 50 ◦ blue 12

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

Shades of Turtle Green #29320C

Tints of Turtle Green #29320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.65%

R = 39.81%
G = 48.54%
B = 11.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.80

RGB Variations

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

Color information

#29320C (or 0x29320C) is known color: Turtle Green. HEX triplet: 29, 32 and 0C. RGB value is (41,50,12). Sum of RGB (Red+Green+Blue) = 41+50+12=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #29320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29320C is #D6CDF3. Grayscale: #2B2B2B. Windows color (decimal): -14077428 or 799273. OLE color: 799273.

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

Color convert

RGB 41 50 12 -
CMYK 0.18 0 0.76 0.80
HSL 74.21º 0.61% 0.12% -
HSV(B) 74.21º 0.76% 0.2% -
XYZ 2.12 2.78 0.77 -
YUV 42.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 41 50 12 0.18 0 0.76 0.80 74.21 0.61 0.12
Hex 29 32 C 12 0 4C 50 4A 3D C
Octal 51 62 14 22 0 114 120 112 75 14
Binary 101001 110010 1100 10010 0 1001100 1010000 1001010 111101 1100

Color Harmonies of #29320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29320C

Black with #29320C

Text Example


Text Example

White with #29320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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