#294202

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

Shades of Turtle Green #294202

Tints of Turtle Green #294202

Color information

#294202 (or 0x294202) is unknown color: approx Turtle Green. HEX triplet: 29, 42 and 02. RGB value is (41,66,2). Sum of RGB (Red+Green+Blue) = 41+66+2=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #294202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294202 is #D6BDFD. Grayscale: #333333. Windows color (decimal): -14073342 or 148009. OLE color: 148009.

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

Color convert

RGB41662-
CMYK0.3800.970.74
HSL83.44º94.12%13.33%-
HSV(B)83.44º96.97%25.88%-
XYZ2.874.370.75-
YUV51.23100.22120.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 66 (26.17% from 255) = 60.55%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=37.61%
G=60.55%
B=1.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal416620.3800.970.7483.4494.1213.33
Hex29422260614A535ed
Octal51102246014111212313615
Binary101001100001010100110011000011001010101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294202; }

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

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

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

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

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

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

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

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