#29330B

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

Shades of Turtle Green #29330B

Tints of Turtle Green #29330B

Color information

#29330B (or 0x29330B) is unknown color: approx Turtle Green. HEX triplet: 29, 33 and 0B. RGB value is (41,51,11). Sum of RGB (Red+Green+Blue) = 41+51+11=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #29330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29330B is #D6CCF4. Grayscale: #2B2B2B. Windows color (decimal): -14077173 or 733993. OLE color: 733993.

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

Color convert

RGB415111-
CMYK0.2000.780.8
HSL75º64.52%12.16%-
HSV(B)75º78.43%20%-
XYZ2.162.860.76-
YUV43.45109.69126.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.81%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=39.81%
G=49.51%
B=10.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151110.2000.780.87564.5212.16
Hex2933B1404E504b41c
Octal51631324011612011310114
Binary101001110011101110100010011101010000100101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29330B;
 }
 .AnyTagClassName
 {
   color: #29330B;
 }
</style>
background-color css

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

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

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

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

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

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