#29410C

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

Shades of Turtle Green #29410C

Tints of Turtle Green #29410C

Color information

#29410C (or 0x29410C) is unknown color: approx Turtle Green. HEX triplet: 29, 41 and 0C. RGB value is (41,65,12). Sum of RGB (Red+Green+Blue) = 41+65+12=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #29410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29410C is #D6BEF3. Grayscale: #333333. Windows color (decimal): -14073588 or 803113. OLE color: 803113.

HSL color Cylindrical-coordinate representation of color #29410C: hue angle of 87.17º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29410C is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB416512-
CMYK0.3700.820.75
HSL87.17º68.83%15.1%-
HSV(B)87.17º81.54%25.49%-
XYZ2.874.281.02-
YUV51.78105.55120.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=34.75%
G=55.08%
B=10.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165120.3700.820.7587.1768.8315.1
Hex2941C250524B5745f
Octal511011445012211312710517
Binary10100110000011100100101010100101001011101011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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