#294002

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

Shades of Turtle Green #294002

Tints of Turtle Green #294002

Color information

#294002 (or 0x294002) is unknown color: approx Turtle Green. HEX triplet: 29, 40 and 02. RGB value is (41,64,2). Sum of RGB (Red+Green+Blue) = 41+64+2=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #294002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294002 is #D6BFFD. Grayscale: #323232. Windows color (decimal): -14073854 or 147497. OLE color: 147497.

HSL color Cylindrical-coordinate representation of color #294002: hue angle of 82.26º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #294002 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB41642-
CMYK0.3600.970.75
HSL82.26º93.94%12.94%-
HSV(B)82.26º96.88%25.1%-
XYZ2.764.140.71-
YUV50.06100.88121.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 64 (25.39% from 255) = 59.81%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=38.32%
G=59.81%
B=1.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal416420.3600.970.7582.2693.9412.94
Hex29402240614B525ed
Octal51100244014111312213615
Binary101001100000010100100011000011001011101001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294002; }

 p { color: rgb(41,64,2); }

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

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

 a { background-color: rgb(41,64,2); }

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

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

 span { border-color: rgb(41,64,2); }

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