#294501

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

Shades of Turtle Green #294501

Tints of Turtle Green #294501

Color information

#294501 (or 0x294501) is unknown color: approx Turtle Green. HEX triplet: 29, 45 and 01. RGB value is (41,69,1). Sum of RGB (Red+Green+Blue) = 41+69+1=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #294501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294501 is #D6BAFE. Grayscale: #353535. Windows color (decimal): -14072575 or 83241. OLE color: 83241.

HSL color Cylindrical-coordinate representation of color #294501: hue angle of 84.71º 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 #294501 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB41691-
CMYK0.4100.990.73
HSL84.71º97.14%13.73%-
HSV(B)84.71º98.55%27.06%-
XYZ3.054.730.78-
YUV52.8898.72119.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 69 (27.34% from 255) = 62.16%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=36.94%
G=62.16%
B=0.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal416910.4100.990.7384.7197.1413.73
Hex2945129063495561e
Octal51105151014311112514116
Binary10100110001011101001011000111001001101010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294501; }

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

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

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

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

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

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

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

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