Html Css Color HEX #021614 Dark Green

📋 copy color: '#021614'

red 2 ◦ green 22 ◦ blue 20

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

Shades of Dark Green #021614

Tints of Dark Green #021614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 50%

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

R = 4.55%
G = 50%
B = 45.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#021614 (or 0x021614) is known color: Dark Green. HEX triplet: 02, 16 and 14. RGB value is (2,22,20). Sum of RGB (Red+Green+Blue) = 2+22+20=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #021614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021614 is #FDE9EB. Grayscale: #0F0F0F. Windows color (decimal): -16640492 or 1316354. OLE color: 1316354.

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

Color convert

RGB 2 22 20 -
CMYK 0.91 0 0.09 0.91
HSL 174º 0.83% 0.05% -
HSV(B) 174º 0.91% 0.09% -
XYZ 0.44 0.64 0.76 -
YUV 15.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 2 22 20 0.91 0 0.09 0.91 174 0.83 0.05
Hex 2 16 14 5B 0 9 5B AE 53 5
Octal 2 26 24 133 0 11 133 256 123 5
Binary 10 10110 10100 1011011 0 1001 1011011 10101110 1010011 101

Color Harmonies of #021614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021614

Black with #021614

Text Example


Text Example

White with #021614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021614; }

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

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

background-color css

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

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

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

border-color css

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

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

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