#29330D

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

Shades of Turtle Green #29330D

Tints of Turtle Green #29330D

Color information

#29330D (or 0x29330D) is unknown color: approx Turtle Green. HEX triplet: 29, 33 and 0D. RGB value is (41,51,13). Sum of RGB (Red+Green+Blue) = 41+51+13=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #29330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29330D is #D6CCF2. Grayscale: #2B2B2B. Windows color (decimal): -14077171 or 865065. OLE color: 865065.

HSL color Cylindrical-coordinate representation of color #29330D: hue angle of 75.79º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29330D is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB415113-
CMYK0.2000.750.8
HSL75.79º59.38%12.55%-
HSV(B)75.79º74.51%20%-
XYZ2.172.870.82-
YUV43.68110.69126.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=39.05%
G=48.57%
B=12.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151130.2000.750.875.7959.3812.55
Hex2933D1404B504c3bd
Octal5163152401131201147315
Binary10100111001111011010001001011101000010011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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