#294504

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

Shades of Turtle Green #294504

Tints of Turtle Green #294504

Color information

#294504 (or 0x294504) is unknown color: approx Turtle Green. HEX triplet: 29, 45 and 04. RGB value is (41,69,4). Sum of RGB (Red+Green+Blue) = 41+69+4=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #294504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294504 is #D6BAFB. Grayscale: #353535. Windows color (decimal): -14072572 or 279849. OLE color: 279849.

HSL color Cylindrical-coordinate representation of color #294504: hue angle of 85.85º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #294504 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB41694-
CMYK0.4100.940.73
HSL85.85º89.04%14.31%-
HSV(B)85.85º94.2%27.06%-
XYZ3.064.740.87-
YUV53.22100.22119.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 69 (27.34% from 255) = 60.53%
BLUE value IS 4 (1.95% from 255) = 3.51%
R=35.96%
G=60.53%
B=3.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal416940.4100.940.7385.8589.0414.31
Hex294542905E495659e
Octal51105451013611112613116
Binary1010011000101100101001010111101001001101011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294504; }

 p { color: rgb(41,69,4); }

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

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

 a { background-color: rgb(41,69,4); }

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

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

 span { border-color: rgb(41,69,4); }

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