#293101

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

Shades of Turtle Green #293101

Tints of Turtle Green #293101

Color information

#293101 (or 0x293101) is unknown color: approx Turtle Green. HEX triplet: 29, 31 and 01. RGB value is (41,49,1). Sum of RGB (Red+Green+Blue) = 41+49+1=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #293101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293101 is #D6CEFE. Grayscale: #292929. Windows color (decimal): -14077695 or 78121. OLE color: 78121.

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

Color convert

RGB41491-
CMYK0.1600.980.81
HSL70º96%9.8%-
HSV(B)70º97.96%19.22%-
XYZ2.022.670.44-
YUV41.14105.35127.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 1 (0.78% from 255) = 1.10%
R=45.05%
G=53.85%
B=1.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal414910.1600.980.8170969.8
Hex2931110062514660a
Octal5161120014212110614012
Binary101001110001110000011000101010001100011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293101; }

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

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

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

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

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

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

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

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