Html Css Color HEX #021314 Dark Green

📋 copy color: '#021314'

red 2 ◦ green 19 ◦ blue 20

#021314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #021314

Tints of Dark Green #021314

RGB

 RED value IS 2 (1.17% from 255) = 4.88%

 GREEN value IS 19 (7.81% from 255) = 46.34%

 BLUE value IS 20 (8.2% from 255) = 48.78%

R = 4.88%
G = 46.34%
B = 48.78%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#021314 (or 0x021314) is known color: Dark Green. HEX triplet: 02, 13 and 14. RGB value is (2,19,20). Sum of RGB (Red+Green+Blue) = 2+19+20=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #021314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021314 is #FDECEB. Grayscale: #0E0E0E. Windows color (decimal): -16641260 or 1315586. OLE color: 1315586.

HSL color Cylindrical-coordinate representation of color #021314: hue angle of 183.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021314 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 19 20 -
CMYK 0.90 0.05 0 0.92
HSL 183.33º 0.82% 0.04% -
HSV(B) 183.33º 0.9% 0.08% -
XYZ 0.38 0.53 0.74 -
YUV 14.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 2 19 20 0.90 0.05 0 0.92 183.33 0.82 0.04
Hex 2 13 14 5A 5 0 5C B7 52 4
Octal 2 23 24 132 5 0 134 267 122 4
Binary 10 10011 10100 1011010 101 0 1011100 10110111 1010010 100

Color Harmonies of #021314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021314

Black with #021314

Text Example


Text Example

White with #021314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021314; }

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

 H1.HeaderClassName
 {
   color: #021314;
 }
 .AnyTagClassName
 {
   color: #021314;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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