Html Css Color HEX #021F1E Dark Green

📋 copy color: '#021F1E'

red 2 ◦ green 31 ◦ blue 30

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

Shades of Dark Green #021F1E

Tints of Dark Green #021F1E

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

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

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

Color convert

RGB 2 31 30 -
CMYK 0.94 0 0.03 0.88
HSL 177.93º 0.88% 0.06% -
HSV(B) 177.93º 0.94% 0.12% -
XYZ 0.75 1.09 1.4 -
YUV 22.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 2 31 30 0.94 0 0.03 0.88 177.93 0.88 0.06
Hex 2 1F 1E 5E 0 3 58 B2 58 6
Octal 2 37 36 136 0 3 130 262 130 6
Binary 10 11111 11110 1011110 0 11 1011000 10110010 1011000 110

Color Harmonies of #021F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F1E

Black with #021F1E

Text Example


Text Example

White with #021F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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