#29310E

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

Shades of Turtle Green #29310E

Tints of Turtle Green #29310E

Color information

#29310E (or 0x29310E) is unknown color: approx Turtle Green. HEX triplet: 29, 31 and 0E. RGB value is (41,49,14). Sum of RGB (Red+Green+Blue) = 41+49+14=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #29310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29310E is #D6CEF1. Grayscale: #2A2A2A. Windows color (decimal): -14077682 or 930089. OLE color: 930089.

HSL color Cylindrical-coordinate representation of color #29310E: hue angle of 73.71º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29310E is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB414914-
CMYK0.1600.710.81
HSL73.71º55.56%12.35%-
HSV(B)73.71º71.43%19.22%-
XYZ2.092.70.83-
YUV42.62111.85126.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=39.42%
G=47.12%
B=13.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149140.1600.710.8173.7155.5612.35
Hex2931E10047514a38c
Octal5161162001071211127014
Binary10100111000111101000001000111101000110010101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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