Html Css Color HEX #021514 Dark Green

📋 copy color: '#021514'

red 2 ◦ green 21 ◦ blue 20

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

Shades of Dark Green #021514

Tints of Dark Green #021514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 48.84%

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

R = 4.65%
G = 48.84%
B = 46.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#021514 (or 0x021514) is known color: Dark Green. HEX triplet: 02, 15 and 14. RGB value is (2,21,20). Sum of RGB (Red+Green+Blue) = 2+21+20=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #021514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021514 is #FDEAEB. Grayscale: #0F0F0F. Windows color (decimal): -16640748 or 1316098. OLE color: 1316098.

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

Color convert

RGB 2 21 20 -
CMYK 0.90 0 0.05 0.92
HSL 176.84º 0.83% 0.05% -
HSV(B) 176.84º 0.9% 0.08% -
XYZ 0.42 0.6 0.76 -
YUV 15.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 2 21 20 0.90 0 0.05 0.92 176.84 0.83 0.05
Hex 2 15 14 5A 0 5 5C B1 53 5
Octal 2 25 24 132 0 5 134 261 123 5
Binary 10 10101 10100 1011010 0 101 1011100 10110001 1010011 101

Color Harmonies of #021514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021514

Black with #021514

Text Example


Text Example

White with #021514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021514; }

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

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

background-color css

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

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

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

border-color css

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

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

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