#294401

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

Shades of Turtle Green #294401

Tints of Turtle Green #294401

Color information

#294401 (or 0x294401) is unknown color: approx Turtle Green. HEX triplet: 29, 44 and 01. RGB value is (41,68,1). Sum of RGB (Red+Green+Blue) = 41+68+1=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #294401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294401 is #D6BBFE. Grayscale: #343434. Windows color (decimal): -14072831 or 82985. OLE color: 82985.

HSL color Cylindrical-coordinate representation of color #294401: hue angle of 84.18º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #294401 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB41681-
CMYK0.4000.990.73
HSL84.18º97.1%13.53%-
HSV(B)84.18º98.53%26.67%-
XYZ2.994.610.76-
YUV52.2999.05119.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 68 (26.95% from 255) = 61.82%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=37.27%
G=61.82%
B=0.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal416810.4000.990.7384.1897.113.53
Hex2944128063495461e
Octal51104150014311112414116
Binary10100110001001101000011000111001001101010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294401; }

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

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

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

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

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

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

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

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