#003014

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

Shades of Dark Green #003014

Tints of Dark Green #003014

Color information

#003014 (or 0x003014) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 14. RGB value is (0,48,20). Sum of RGB (Red+Green+Blue) = 0+48+20=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #003014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003014 is #FFCFEB. Grayscale: #1E1E1E. Windows color (decimal): -16764908 or 1323008. OLE color: 1323008.

HSL color Cylindrical-coordinate representation of color #003014: hue angle of 145º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003014 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB04820-
CMYK100.580.81
HSL145º100%9.41%-
HSV(B)145º100%18.82%-
XYZ1.182.161.02-
YUV30.46122.1106.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 70.59%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=0%
G=70.59%
B=29.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04820100.580.811451009.41
Hex030146403A5191649
Octal0602414407212122114411
Binary0110000101001100100011101010100011001000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003014; }

 p { color: rgb(0,48,20); }

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

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

 a { background-color: rgb(0,48,20); }

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

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

 span { border-color: rgb(0,48,20); }

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