#294702

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

Shades of Turtle Green #294702

Tints of Turtle Green #294702

Color information

#294702 (or 0x294702) is unknown color: approx Turtle Green. HEX triplet: 29, 47 and 02. RGB value is (41,71,2). Sum of RGB (Red+Green+Blue) = 41+71+2=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #294702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294702 is #D6B8FD. Grayscale: #363636. Windows color (decimal): -14072062 or 149289. OLE color: 149289.

HSL color Cylindrical-coordinate representation of color #294702: hue angle of 86.09º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #294702 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB41712-
CMYK0.4200.970.72
HSL86.09º94.52%14.31%-
HSV(B)86.09º97.18%27.84%-
XYZ3.184.980.85-
YUV54.1698.56118.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 71 (28.12% from 255) = 62.28%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=35.96%
G=62.28%
B=1.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal417120.4200.970.7286.0994.5214.31
Hex294722A06148565fe
Octal51107252014111012613716
Binary101001100011110101010011000011001000101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294702; }

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

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

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

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

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

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

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

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