#293310

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

Shades of Turtle Green #293310

Tints of Turtle Green #293310

Color information

#293310 (or 0x293310) is unknown color: approx Turtle Green. HEX triplet: 29, 33 and 10. RGB value is (41,51,16). Sum of RGB (Red+Green+Blue) = 41+51+16=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #293310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293310 is #D6CCEF. Grayscale: #2C2C2C. Windows color (decimal): -14077168 or 1061673. OLE color: 1061673.

HSL color Cylindrical-coordinate representation of color #293310: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293310 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB415116-
CMYK0.2000.690.8
HSL77.14º52.24%13.14%-
HSV(B)77.14º68.63%20%-
XYZ2.192.880.93-
YUV44.02112.19125.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=37.96%
G=47.22%
B=14.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151160.2000.690.877.1452.2413.14
Hex29331014045504d34d
Octal5163202401051201156415
Binary101001110011100001010001000101101000010011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293310; }

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

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

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

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

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

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

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

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