Html Css Color HEX #021516 Dark Green

📋 copy color: '#021516'

red 2 ◦ green 21 ◦ blue 22

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

Shades of Dark Green #021516

Tints of Dark Green #021516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 46.67%

 BLUE value IS 22 (8.98% from 255) = 48.89%

R = 4.44%
G = 46.67%
B = 48.89%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021516 (or 0x021516) is known color: Dark Green. HEX triplet: 02, 15 and 16. RGB value is (2,21,22). Sum of RGB (Red+Green+Blue) = 2+21+22=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #021516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021516 is #FDEAE9. Grayscale: #0F0F0F. Windows color (decimal): -16640746 or 1447170. OLE color: 1447170.

HSL color Cylindrical-coordinate representation of color #021516: hue angle of 183º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021516 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 21 22 -
CMYK 0.91 0.05 0 0.91
HSL 183º 0.83% 0.05% -
HSV(B) 183º 0.91% 0.09% -
XYZ 0.44 0.61 0.85 -
YUV 15.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 2 21 22 0.91 0.05 0 0.91 183 0.83 0.05
Hex 2 15 16 5B 5 0 5B B7 53 5
Octal 2 25 26 133 5 0 133 267 123 5
Binary 10 10101 10110 1011011 101 0 1011011 10110111 1010011 101

Color Harmonies of #021516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021516

Black with #021516

Text Example


Text Example

White with #021516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021516; }

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

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

background-color css

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

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

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

border-color css

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

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

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