#294102

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

Shades of Turtle Green #294102

Tints of Turtle Green #294102

Color information

#294102 (or 0x294102) is unknown color: approx Turtle Green. HEX triplet: 29, 41 and 02. RGB value is (41,65,2). Sum of RGB (Red+Green+Blue) = 41+65+2=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #294102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294102 is #D6BEFD. Grayscale: #323232. Windows color (decimal): -14073598 or 147753. OLE color: 147753.

HSL color Cylindrical-coordinate representation of color #294102: hue angle of 82.86º 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 #294102 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB41652-
CMYK0.3700.970.75
HSL82.86º94.03%13.14%-
HSV(B)82.86º96.92%25.49%-
XYZ2.824.260.73-
YUV50.64100.55121.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 65 (25.78% from 255) = 60.19%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=37.96%
G=60.19%
B=1.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal416520.3700.970.7582.8694.0313.14
Hex29412250614B535ed
Octal51101245014111312313615
Binary101001100000110100101011000011001011101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294102; }

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

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

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

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

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

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

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

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