#294F03

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

Shades of Turtle Green #294F03

Tints of Turtle Green #294F03

Color information

#294F03 (or 0x294F03) is unknown color: approx Turtle Green. HEX triplet: 29, 4F and 03. RGB value is (41,79,3). Sum of RGB (Red+Green+Blue) = 41+79+3=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 79 (31.25% from 255 or 64.23% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 79 - color contains mainly: green. Hex color #294F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294F03 is #D6B0FC. Grayscale: #3B3B3B. Windows color (decimal): -14070013 or 216873. OLE color: 216873.

HSL color Cylindrical-coordinate representation of color #294F03: hue angle of 90º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #294F03 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB41793-
CMYK0.4800.960.69
HSL90º92.68%16.08%-
HSV(B)90º96.2%30.98%-
XYZ3.736.071.06-
YUV58.9796.41115.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 79 (31.25% from 255) = 64.23%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=33.33%
G=64.23%
B=2.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal417930.4800.960.699092.6816.08
Hex294F330060455a5d10
Octal51117360014010513213520
Binary1010011001111111100000110000010001011011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294F03; }

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

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

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

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

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

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

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

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