Html Css Color HEX #29330C Turtle Green

📋 copy color: '#29330C'

red 41 ◦ green 51 ◦ blue 12

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

Shades of Turtle Green #29330C

Tints of Turtle Green #29330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.04%

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

R = 39.42%
G = 49.04%
B = 11.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#29330C (or 0x29330C) is known color: Turtle Green. HEX triplet: 29, 33 and 0C. RGB value is (41,51,12). Sum of RGB (Red+Green+Blue) = 41+51+12=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #29330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29330C is #D6CCF3. Grayscale: #2B2B2B. Windows color (decimal): -14077172 or 799529. OLE color: 799529.

HSL color Cylindrical-coordinate representation of color #29330C: hue angle of 75.38º degrees, saturation: 0.62, 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 #29330C is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 12 -
CMYK 0.20 0 0.76 0.8
HSL 75.38º 0.62% 0.12% -
HSV(B) 75.38º 0.76% 0.2% -
XYZ 2.16 2.87 0.79 -
YUV 43.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 41 51 12 0.20 0 0.76 0.8 75.38 0.62 0.12
Hex 29 33 C 14 0 4C 50 4B 3E C
Octal 51 63 14 24 0 114 120 113 76 14
Binary 101001 110011 1100 10100 0 1001100 1010000 1001011 111110 1100

Color Harmonies of #29330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29330C

Black with #29330C

Text Example


Text Example

White with #29330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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