#294601

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

Shades of Turtle Green #294601

Tints of Turtle Green #294601

Color information

#294601 (or 0x294601) is unknown color: approx Turtle Green. HEX triplet: 29, 46 and 01. RGB value is (41,70,1). Sum of RGB (Red+Green+Blue) = 41+70+1=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #294601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294601 is #D6B9FE. Grayscale: #353535. Windows color (decimal): -14072319 or 83497. OLE color: 83497.

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

Color convert

RGB41701-
CMYK0.4100.990.73
HSL85.22º97.18%13.92%-
HSV(B)85.22º98.57%27.45%-
XYZ3.114.850.8-
YUV53.4698.39119.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 70 (27.73% from 255) = 62.5%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=36.61%
G=62.5%
B=0.89%

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
Decimal417010.4100.990.7385.2297.1813.92
Hex2946129063495561e
Octal51106151014311112514116
Binary10100110001101101001011000111001001101010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294601; }

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

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

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

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

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

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

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

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