#29400E

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

Shades of Turtle Green #29400E

Tints of Turtle Green #29400E

Color information

#29400E (or 0x29400E) is unknown color: approx Turtle Green. HEX triplet: 29, 40 and 0E. RGB value is (41,64,14). Sum of RGB (Red+Green+Blue) = 41+64+14=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #29400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29400E is #D6BFF1. Grayscale: #333333. Windows color (decimal): -14073842 or 933929. OLE color: 933929.

HSL color Cylindrical-coordinate representation of color #29400E: hue angle of 87.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29400E is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB416414-
CMYK0.3600.780.75
HSL87.6º64.1%15.29%-
HSV(B)87.6º78.12%25.1%-
XYZ2.834.171.07-
YUV51.42106.88120.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=34.45%
G=53.78%
B=11.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164140.3600.780.7587.664.115.29
Hex2940E2404E4B5840f
Octal511001644011611313010017
Binary10100110000001110100100010011101001011101100010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29400E; }

 p { color: rgb(41,64,14); }

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

<style>
 a { background-color: #29400E; }

 a { background-color: rgb(41,64,14); }

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

<style>
 span { border-color: #29400E; }

 span { border-color: rgb(41,64,14); }

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