#29320F

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

Shades of Turtle Green #29320F

Tints of Turtle Green #29320F

Color information

#29320F (or 0x29320F) is unknown color: approx Turtle Green. HEX triplet: 29, 32 and 0F. RGB value is (41,50,15). Sum of RGB (Red+Green+Blue) = 41+50+15=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #29320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29320F is #D6CDF0. Grayscale: #2B2B2B. Windows color (decimal): -14077425 or 995881. OLE color: 995881.

HSL color Cylindrical-coordinate representation of color #29320F: hue angle of 75.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29320F is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB415015-
CMYK0.1800.700.80
HSL75.43º53.85%12.75%-
HSV(B)75.43º70%19.61%-
XYZ2.142.790.88-
YUV43.32112.02126.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=38.68%
G=47.17%
B=14.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150150.1800.700.8075.4353.8512.75
Hex2932F12046504b36d
Octal5162172201061201136615
Binary10100111001011111001001000110101000010010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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