#294F04

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

Shades of Turtle Green #294F04

Tints of Turtle Green #294F04

Color information

#294F04 (or 0x294F04) is unknown color: approx Turtle Green. HEX triplet: 29, 4F and 04. RGB value is (41,79,4). Sum of RGB (Red+Green+Blue) = 41+79+4=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #294F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294F04 is #D6B0FB. Grayscale: #3B3B3B. Windows color (decimal): -14070012 or 282409. OLE color: 282409.

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

Color convert

RGB41794-
CMYK0.4800.950.69
HSL90.4º90.36%16.27%-
HSV(B)90.4º94.94%30.98%-
XYZ3.736.071.09-
YUV59.0996.91115.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 79 (31.25% from 255) = 63.71%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=33.06%
G=63.71%
B=3.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal417940.4800.950.6990.490.3616.27
Hex294F43005F455a5a10
Octal51117460013710513213220
Binary10100110011111001100000101111110001011011010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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