#021814

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

Shades of Dark Green #021814

Tints of Dark Green #021814

Color information

#021814 (or 0x021814) is unknown color: approx Dark Green. HEX triplet: 02, 18 and 14. RGB value is (2,24,20). Sum of RGB (Red+Green+Blue) = 2+24+20=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #021814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021814 is #FDE7EB. Grayscale: #101010. Windows color (decimal): -16639980 or 1316866. OLE color: 1316866.

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

Color convert

RGB22420-
CMYK0.9200.170.91
HSL169.09º84.62%5.1%-
HSV(B)169.09º91.67%9.41%-
XYZ0.480.720.77-
YUV16.97129.71117.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.35%
GREEN value IS 24 (9.77% from 255) = 52.17%
BLUE value IS 20 (8.20% from 255) = 43.48%
R=4.35%
G=52.17%
B=43.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal224200.9200.170.91169.0984.625.1
Hex218145C0115Ba9555
Octal230241340211332511255
Binary10110001010010111000100011011011101010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021814; }

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

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

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

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

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

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

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

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