Html Css Color HEX #021512 Dark Green

📋 copy color: '#021512'

red 2 ◦ green 21 ◦ blue 18

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

Shades of Dark Green #021512

Tints of Dark Green #021512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 43.9%

R = 4.88%
G = 51.22%
B = 43.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#021512 (or 0x021512) is known color: Dark Green. HEX triplet: 02, 15 and 12. RGB value is (2,21,18). Sum of RGB (Red+Green+Blue) = 2+21+18=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #021512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021512 is #FDEAED. Grayscale: #0E0E0E. Windows color (decimal): -16640750 or 1185026. OLE color: 1185026.

HSL color Cylindrical-coordinate representation of color #021512: hue angle of 170.53º 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 #021512 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 21 18 -
CMYK 0.90 0 0.14 0.92
HSL 170.53º 0.83% 0.05% -
HSV(B) 170.53º 0.9% 0.08% -
XYZ 0.4 0.59 0.67 -
YUV 14.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 2 21 18 0.90 0 0.14 0.92 170.53 0.83 0.05
Hex 2 15 12 5A 0 E 5C AB 53 5
Octal 2 25 22 132 0 16 134 253 123 5
Binary 10 10101 10010 1011010 0 1110 1011100 10101011 1010011 101

Color Harmonies of #021512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021512

Black with #021512

Text Example


Text Example

White with #021512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021512; }

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

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

background-color css

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

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

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

border-color css

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

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

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