Html Css Color HEX #021510 Dark Green

📋 copy color: '#021510'

red 2 ◦ green 21 ◦ blue 16

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

Shades of Dark Green #021510

Tints of Dark Green #021510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 41.03%

R = 5.13%
G = 53.85%
B = 41.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#021510 (or 0x021510) is known color: Dark Green. HEX triplet: 02, 15 and 10. RGB value is (2,21,16). Sum of RGB (Red+Green+Blue) = 2+21+16=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #021510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021510 is #FDEAEF. Grayscale: #0E0E0E. Windows color (decimal): -16640752 or 1053954. OLE color: 1053954.

HSL color Cylindrical-coordinate representation of color #021510: hue angle of 164.21º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021510 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 21 16 -
CMYK 0.90 0 0.24 0.92
HSL 164.21º 0.83% 0.05% -
HSV(B) 164.21º 0.9% 0.08% -
XYZ 0.39 0.59 0.58 -
YUV 14.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 2 21 16 0.90 0 0.24 0.92 164.21 0.83 0.05
Hex 2 15 10 5A 0 18 5C A4 53 5
Octal 2 25 20 132 0 30 134 244 123 5
Binary 10 10101 10000 1011010 0 11000 1011100 10100100 1010011 101

Color Harmonies of #021510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021510

Black with #021510

Text Example


Text Example

White with #021510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021510; }

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

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

background-color css

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

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

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

border-color css

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

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

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