#294000

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

Shades of Turtle Green #294000

Tints of Turtle Green #294000

Color information

#294000 (or 0x294000) is unknown color: approx Turtle Green. HEX triplet: 29, 40 and 00. RGB value is (41,64,0). Sum of RGB (Red+Green+Blue) = 41+64+0=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #294000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294000 is #D6BFFF. Grayscale: #323232. Windows color (decimal): -14073856 or 16425. OLE color: 16425.

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

Color convert

RGB41640-
CMYK0.36010.75
HSL81.56º100%12.55%-
HSV(B)81.56º100%25.1%-
XYZ2.754.140.65-
YUV49.8399.88121.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 64 (25.39% from 255) = 60.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.05%
G=60.95%
B=0%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal416400.36010.7581.5610012.55
Hex29400240644B5264d
Octal51100044014411312214415
Binary10100110000000100100011001001001011101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294000; }

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

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

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

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

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

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

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

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