Html Css Color HEX #021F14 Dark Green

📋 copy color: '#021F14'

red 2 ◦ green 31 ◦ blue 20

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

Shades of Dark Green #021F14

Tints of Dark Green #021F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 58.49%

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

R = 3.77%
G = 58.49%
B = 37.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#021F14 (or 0x021F14) is known color: Dark Green. HEX triplet: 02, 1F and 14. RGB value is (2,31,20). Sum of RGB (Red+Green+Blue) = 2+31+20=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #021F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F14 is #FDE0EB. Grayscale: #151515. Windows color (decimal): -16638188 or 1318658. OLE color: 1318658.

HSL color Cylindrical-coordinate representation of color #021F14: hue angle of 157.24º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021F14 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 31 20 -
CMYK 0.94 0 0.35 0.88
HSL 157.24º 0.88% 0.06% -
HSV(B) 157.24º 0.94% 0.12% -
XYZ 0.64 1.04 0.83 -
YUV 21.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 2 31 20 0.94 0 0.35 0.88 157.24 0.88 0.06
Hex 2 1F 14 5E 0 23 58 9D 58 6
Octal 2 37 24 136 0 43 130 235 130 6
Binary 10 11111 10100 1011110 0 100011 1011000 10011101 1011000 110

Color Harmonies of #021F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F14

Black with #021F14

Text Example


Text Example

White with #021F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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