#29470D

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

Shades of Turtle Green #29470D

Tints of Turtle Green #29470D

Color information

#29470D (or 0x29470D) is unknown color: approx Turtle Green. HEX triplet: 29, 47 and 0D. RGB value is (41,71,13). Sum of RGB (Red+Green+Blue) = 41+71+13=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #29470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29470D is #D6B8F2. Grayscale: #373737. Windows color (decimal): -14072051 or 870185. OLE color: 870185.

HSL color Cylindrical-coordinate representation of color #29470D: hue angle of 91.03º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29470D is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB417113-
CMYK0.4200.820.72
HSL91.03º69.05%16.47%-
HSV(B)91.03º81.69%27.84%-
XYZ3.245.011.18-
YUV55.42104.06117.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=32.8%
G=56.8%
B=10.4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171130.4200.820.7291.0369.0516.47
Hex2947D2A052485b4510
Octal511071552012211013310520
Binary101001100011111011010100101001010010001011011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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