#293110

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

Shades of Turtle Green #293110

Tints of Turtle Green #293110

Color information

#293110 (or 0x293110) is unknown color: approx Turtle Green. HEX triplet: 29, 31 and 10. RGB value is (41,49,16). Sum of RGB (Red+Green+Blue) = 41+49+16=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #293110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293110 is #D6CEEF. Grayscale: #2A2A2A. Windows color (decimal): -14077680 or 1061161. OLE color: 1061161.

HSL color Cylindrical-coordinate representation of color #293110: hue angle of 74.55º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #293110 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB414916-
CMYK0.1600.670.81
HSL74.55º50.77%12.75%-
HSV(B)74.55º67.35%19.22%-
XYZ2.112.710.9-
YUV42.85112.85126.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=38.68%
G=46.23%
B=15.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149160.1600.670.8174.5550.7712.75
Hex29311010043514b33d
Octal5161202001031211136315
Binary101001110001100001000001000011101000110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293110; }

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

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

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

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

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

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

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

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