#294603

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

Shades of Turtle Green #294603

Tints of Turtle Green #294603

Color information

#294603 (or 0x294603) is unknown color: approx Turtle Green. HEX triplet: 29, 46 and 03. RGB value is (41,70,3). Sum of RGB (Red+Green+Blue) = 41+70+3=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #294603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294603 is #D6B9FC. Grayscale: #353535. Windows color (decimal): -14072317 or 214569. OLE color: 214569.

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

Color convert

RGB41703-
CMYK0.4100.960.73
HSL85.97º91.78%14.31%-
HSV(B)85.97º95.71%27.45%-
XYZ3.124.860.86-
YUV53.6999.39118.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 70 (27.73% from 255) = 61.40%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=35.96%
G=61.40%
B=2.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal417030.4100.960.7385.9791.7814.31
Hex294632906049565ce
Octal51106351014011112613416
Binary101001100011011101001011000001001001101011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294603; }

 p { color: rgb(41,70,3); }

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

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

 a { background-color: rgb(41,70,3); }

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

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

 span { border-color: rgb(41,70,3); }

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