#29380C

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

Shades of Turtle Green #29380C

Tints of Turtle Green #29380C

Color information

#29380C (or 0x29380C) is unknown color: approx Turtle Green. HEX triplet: 29, 38 and 0C. RGB value is (41,56,12). Sum of RGB (Red+Green+Blue) = 41+56+12=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #29380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29380C is #D6C7F3. Grayscale: #2E2E2E. Windows color (decimal): -14075892 or 800809. OLE color: 800809.

HSL color Cylindrical-coordinate representation of color #29380C: hue angle of 80.45º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29380C is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB415612-
CMYK0.2700.790.78
HSL80.45º64.71%13.33%-
HSV(B)80.45º78.57%21.96%-
XYZ2.393.330.86-
YUV46.5108.53124.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=37.61%
G=51.38%
B=11.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4156120.2700.790.7880.4564.7113.33
Hex2938C1B04F4E5041d
Octal51701433011711612010115
Binary101001111000110011011010011111001110101000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29380C; }

 p { color: rgb(41,56,12); }

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

<style>
 a { background-color: #29380C; }

 a { background-color: rgb(41,56,12); }

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

<style>
 span { border-color: #29380C; }

 span { border-color: rgb(41,56,12); }

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