Html Css Color HEX #021E1F Dark Green

📋 copy color: '#021E1F'

red 2 ◦ green 30 ◦ blue 31

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

Shades of Dark Green #021E1F

Tints of Dark Green #021E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 47.62%

 BLUE value IS 31 (12.5% from 255) = 49.21%

R = 3.17%
G = 47.62%
B = 49.21%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#021E1F (or 0x021E1F) is known color: Dark Green. HEX triplet: 02, 1E and 1F. RGB value is (2,30,31). Sum of RGB (Red+Green+Blue) = 2+30+31=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #021E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E1F is #FDE1E0. Grayscale: #151515. Windows color (decimal): -16638433 or 2039298. OLE color: 2039298.

HSL color Cylindrical-coordinate representation of color #021E1F: hue angle of 182.07º 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 #021E1F is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 30 31 -
CMYK 0.94 0.03 0 0.88
HSL 182.07º 0.88% 0.06% -
HSV(B) 182.07º 0.94% 0.12% -
XYZ 0.74 1.04 1.46 -
YUV 21.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 2 30 31 0.94 0.03 0 0.88 182.07 0.88 0.06
Hex 2 1E 1F 5E 3 0 58 B6 58 6
Octal 2 36 37 136 3 0 130 266 130 6
Binary 10 11110 11111 1011110 11 0 1011000 10110110 1011000 110

Color Harmonies of #021E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E1F

Black with #021E1F

Text Example


Text Example

White with #021E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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