Html Css Color HEX #021B15 Dark Green

📋 copy color: '#021B15'

red 2 ◦ green 27 ◦ blue 21

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

Shades of Dark Green #021B15

Tints of Dark Green #021B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 42%

R = 4%
G = 54%
B = 42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#021B15 (or 0x021B15) is known color: Dark Green. HEX triplet: 02, 1B and 15. RGB value is (2,27,21). Sum of RGB (Red+Green+Blue) = 2+27+21=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #021B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021B15 is #FDE4EA. Grayscale: #121212. Windows color (decimal): -16639211 or 1383170. OLE color: 1383170.

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

Color convert

RGB 2 27 21 -
CMYK 0.93 0 0.22 0.89
HSL 165.6º 0.86% 0.06% -
HSV(B) 165.6º 0.93% 0.11% -
XYZ 0.55 0.85 0.84 -
YUV 18.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 2 27 21 0.93 0 0.22 0.89 165.6 0.86 0.06
Hex 2 1B 15 5D 0 16 59 A6 56 6
Octal 2 33 25 135 0 26 131 246 126 6
Binary 10 11011 10101 1011101 0 10110 1011001 10100110 1010110 110

Color Harmonies of #021B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B15

Black with #021B15

Text Example


Text Example

White with #021B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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