#03290E

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

Shades of Dark Green #03290E

Tints of Dark Green #03290E

Color information

#03290E (or 0x03290E) is unknown color: approx Dark Green. HEX triplet: 03, 29 and 0E. RGB value is (3,41,14). Sum of RGB (Red+Green+Blue) = 3+41+14=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 41 (16.41% from 255 or 70.69% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 41 - color contains mainly: green. Hex color #03290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03290E is #FCD6F1. Grayscale: #1A1A1A. Windows color (decimal): -16570098 or 928003. OLE color: 928003.

HSL color Cylindrical-coordinate representation of color #03290E: hue angle of 137.37º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03290E is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB34114-
CMYK0.9300.660.84
HSL137.37º86.36%8.63%-
HSV(B)137.37º92.68%16.08%-
XYZ0.911.640.68-
YUV26.56120.91111.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.17%
GREEN value IS 41 (16.41% from 255) = 70.69%
BLUE value IS 14 (5.86% from 255) = 24.14%
R=5.17%
G=70.69%
B=24.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal341140.9300.660.84137.3786.368.63
Hex329E5D0425489569
Octal35116135010212421112611
Binary11101001111010111010100001010101001000100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03290E; }

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

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

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

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

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

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

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

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