#29310B

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

Shades of Turtle Green #29310B

Tints of Turtle Green #29310B

Color information

#29310B (or 0x29310B) is unknown color: approx Turtle Green. HEX triplet: 29, 31 and 0B. RGB value is (41,49,11). Sum of RGB (Red+Green+Blue) = 41+49+11=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #29310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29310B is #D6CEF4. Grayscale: #2A2A2A. Windows color (decimal): -14077685 or 733481. OLE color: 733481.

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

Color convert

RGB414911-
CMYK0.1600.780.81
HSL72.63º63.33%11.76%-
HSV(B)72.63º77.55%19.22%-
XYZ2.072.690.73-
YUV42.28110.35127.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 49 (19.53% from 255) = 48.51%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=40.59%
G=48.51%
B=10.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149110.1600.780.8172.6363.3311.76
Hex2931B1004E51493fc
Octal5161132001161211117714
Binary10100111000110111000001001110101000110010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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