Html Css Color HEX #021C19 Dark Green

📋 copy color: '#021C19'

red 2 ◦ green 28 ◦ blue 25

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

Shades of Dark Green #021C19

Tints of Dark Green #021C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 50.91%

 BLUE value IS 25 (10.16% from 255) = 45.45%

R = 3.64%
G = 50.91%
B = 45.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#021C19 (or 0x021C19) is known color: Dark Green. HEX triplet: 02, 1C and 19. RGB value is (2,28,25). Sum of RGB (Red+Green+Blue) = 2+28+25=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #021C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C19 is #FDE3E6. Grayscale: #131313. Windows color (decimal): -16638951 or 1645570. OLE color: 1645570.

HSL color Cylindrical-coordinate representation of color #021C19: hue angle of 173.08º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C19 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 28 25 -
CMYK 0.93 0 0.11 0.89
HSL 173.08º 0.87% 0.06% -
HSV(B) 173.08º 0.93% 0.11% -
XYZ 0.62 0.91 1.06 -
YUV 19.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 2 28 25 0.93 0 0.11 0.89 173.08 0.87 0.06
Hex 2 1C 19 5D 0 B 59 AD 57 6
Octal 2 34 31 135 0 13 131 255 127 6
Binary 10 11100 11001 1011101 0 1011 1011001 10101101 1010111 110

Color Harmonies of #021C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C19

Black with #021C19

Text Example


Text Example

White with #021C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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