#29320B

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

Shades of Turtle Green #29320B

Tints of Turtle Green #29320B

Color information

#29320B (or 0x29320B) is unknown color: approx 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

RGB415011-
CMYK0.1800.780.80
HSL73.85º63.93%11.96%-
HSV(B)73.85º78%19.61%-
XYZ2.122.780.74-
YUV42.86110.02126.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 11 (4.69% from 255) = 10.78%
R=40.20%
G=49.02%
B=10.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150110.1800.780.8073.8563.9311.96
Hex2932B1204E504a40c
Octal51621322011612011210014
Binary101001110010101110010010011101010000100101010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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