#021914

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

Shades of Dark Green #021914

Tints of Dark Green #021914

Color information

#021914 (or 0x021914) is unknown color: approx Dark Green. HEX triplet: 02, 19 and 14. RGB value is (2,25,20). Sum of RGB (Red+Green+Blue) = 2+25+20=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #021914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021914 is #FDE6EB. Grayscale: #111111. Windows color (decimal): -16639724 or 1317122. OLE color: 1317122.

HSL color Cylindrical-coordinate representation of color #021914: hue angle of 166.96º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021914 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB22520-
CMYK0.9200.200.90
HSL166.96º85.19%5.29%-
HSV(B)166.96º92%9.8%-
XYZ0.50.760.78-
YUV17.55129.38116.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 25 (10.16% from 255) = 53.19%
BLUE value IS 20 (8.20% from 255) = 42.55%
R=4.26%
G=53.19%
B=42.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal225200.9200.200.90166.9685.195.29
Hex219145C0145Aa7555
Octal231241340241322471255
Binary10110011010010111000101001011010101001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021914; }

 p { color: rgb(2,25,20); }

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

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

 a { background-color: rgb(2,25,20); }

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

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

 span { border-color: rgb(2,25,20); }

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