Html Css Color HEX #021412 Dark Green

📋 copy color: '#021412'

red 2 ◦ green 20 ◦ blue 18

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

Shades of Dark Green #021412

Tints of Dark Green #021412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 50%

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

R = 5%
G = 50%
B = 45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#021412 (or 0x021412) is known color: Dark Green. HEX triplet: 02, 14 and 12. RGB value is (2,20,18). Sum of RGB (Red+Green+Blue) = 2+20+18=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #021412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021412 is #FDEBED. Grayscale: #0E0E0E. Windows color (decimal): -16641006 or 1184770. OLE color: 1184770.

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

Color convert

RGB 2 20 18 -
CMYK 0.90 0 0.10 0.92
HSL 173.33º 0.82% 0.04% -
HSV(B) 173.33º 0.9% 0.08% -
XYZ 0.38 0.56 0.66 -
YUV 14.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 2 20 18 0.90 0 0.10 0.92 173.33 0.82 0.04
Hex 2 14 12 5A 0 A 5C AD 52 4
Octal 2 24 22 132 0 12 134 255 122 4
Binary 10 10100 10010 1011010 0 1010 1011100 10101101 1010010 100

Color Harmonies of #021412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021412

Black with #021412

Text Example


Text Example

White with #021412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021412; }

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

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

background-color css

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

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

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

border-color css

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

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

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