#29330C

Color #29330C Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #29330C

Tints of Turtle Green #29330C

Color information

#29330C (or 0x29330C) is unknown color: approx 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

RGB415112-
CMYK0.2000.760.8
HSL75.38º61.9%12.35%-
HSV(B)75.38º76.47%20%-
XYZ2.162.870.79-
YUV43.56110.19126.17-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151120.2000.760.875.3861.912.35
Hex2933C1404C504b3ec
Octal5163142401141201137614
Binary10100111001111001010001001100101000010010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>