Html Css Color HEX #021B19 Dark Green

📋 copy color: '#021B19'

red 2 ◦ green 27 ◦ blue 25

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

Shades of Dark Green #021B19

Tints of Dark Green #021B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 50%

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

R = 3.7%
G = 50%
B = 46.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#021B19 (or 0x021B19) is known color: Dark Green. HEX triplet: 02, 1B and 19. RGB value is (2,27,25). Sum of RGB (Red+Green+Blue) = 2+27+25=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #021B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021B19 is #FDE4E6. Grayscale: #131313. Windows color (decimal): -16639207 or 1645314. OLE color: 1645314.

HSL color Cylindrical-coordinate representation of color #021B19: hue angle of 175.2º degrees, saturation: 0.86, 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 #021B19 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 27 25 -
CMYK 0.93 0 0.07 0.89
HSL 175.2º 0.86% 0.06% -
HSV(B) 175.2º 0.93% 0.11% -
XYZ 0.59 0.87 1.06 -
YUV 19.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 2 27 25 0.93 0 0.07 0.89 175.2 0.86 0.06
Hex 2 1B 19 5D 0 7 59 AF 56 6
Octal 2 33 31 135 0 7 131 257 126 6
Binary 10 11011 11001 1011101 0 111 1011001 10101111 1010110 110

Color Harmonies of #021B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B19

Black with #021B19

Text Example


Text Example

White with #021B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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