#29340E

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

Shades of Turtle Green #29340E

Tints of Turtle Green #29340E

Color information

#29340E (or 0x29340E) is unknown color: approx Turtle Green. HEX triplet: 29, 34 and 0E. RGB value is (41,52,14). Sum of RGB (Red+Green+Blue) = 41+52+14=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #29340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29340E is #D6CBF1. Grayscale: #2C2C2C. Windows color (decimal): -14076914 or 930857. OLE color: 930857.

HSL color Cylindrical-coordinate representation of color #29340E: hue angle of 77.37º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29340E is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB415214-
CMYK0.2100.730.80
HSL77.37º57.58%12.94%-
HSV(B)77.37º73.08%20.39%-
XYZ2.222.960.87-
YUV44.38110.86125.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 52 (20.70% from 255) = 48.60%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=38.32%
G=48.60%
B=13.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152140.2100.730.8077.3757.5812.94
Hex2934E15049504d3ad
Octal5164162501111201157215
Binary10100111010011101010101001001101000010011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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