Html Css Color HEX #021F1C Dark Green

📋 copy color: '#021F1C'

red 2 ◦ green 31 ◦ blue 28

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

Shades of Dark Green #021F1C

Tints of Dark Green #021F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 45.9%

R = 3.28%
G = 50.82%
B = 45.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#021F1C (or 0x021F1C) is known color: Dark Green. HEX triplet: 02, 1F and 1C. RGB value is (2,31,28). Sum of RGB (Red+Green+Blue) = 2+31+28=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #021F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F1C is #FDE0E3. Grayscale: #151515. Windows color (decimal): -16638180 or 1842946. OLE color: 1842946.

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

Color convert

RGB 2 31 28 -
CMYK 0.94 0 0.10 0.88
HSL 173.79º 0.88% 0.06% -
HSV(B) 173.79º 0.94% 0.12% -
XYZ 0.72 1.08 1.27 -
YUV 21.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 2 31 28 0.94 0 0.10 0.88 173.79 0.88 0.06
Hex 2 1F 1C 5E 0 A 58 AE 58 6
Octal 2 37 34 136 0 12 130 256 130 6
Binary 10 11111 11100 1011110 0 1010 1011000 10101110 1011000 110

Color Harmonies of #021F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F1C

Black with #021F1C

Text Example


Text Example

White with #021F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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