#294007

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

Shades of Turtle Green #294007

Tints of Turtle Green #294007

Color information

#294007 (or 0x294007) is unknown color: approx Turtle Green. HEX triplet: 29, 40 and 07. RGB value is (41,64,7). Sum of RGB (Red+Green+Blue) = 41+64+7=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #294007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294007 is #D6BFF8. Grayscale: #323232. Windows color (decimal): -14073849 or 475177. OLE color: 475177.

HSL color Cylindrical-coordinate representation of color #294007: hue angle of 84.21º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #294007 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB41647-
CMYK0.3600.890.75
HSL84.21º80.28%13.92%-
HSV(B)84.21º89.06%25.1%-
XYZ2.794.150.86-
YUV50.62103.38121.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 7 (3.12% from 255) = 6.25%
R=36.61%
G=57.14%
B=6.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal416470.3600.890.7584.2180.2813.92
Hex29407240594B5450e
Octal51100744013111312412016
Binary1010011000000111100100010110011001011101010010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294007; }

 p { color: rgb(41,64,7); }

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

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

 a { background-color: rgb(41,64,7); }

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

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

 span { border-color: rgb(41,64,7); }

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