Html Css Color HEX #021312 Dark Green

📋 copy color: '#021312'

red 2 ◦ green 19 ◦ blue 18

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

Shades of Dark Green #021312

Tints of Dark Green #021312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 48.72%

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

R = 5.13%
G = 48.72%
B = 46.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#021312 (or 0x021312) is known color: Dark Green. HEX triplet: 02, 13 and 12. RGB value is (2,19,18). Sum of RGB (Red+Green+Blue) = 2+19+18=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #021312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021312 is #FDECED. Grayscale: #0D0D0D. Windows color (decimal): -16641262 or 1184514. OLE color: 1184514.

HSL color Cylindrical-coordinate representation of color #021312: hue angle of 176.47º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021312 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 19 18 -
CMYK 0.89 0 0.05 0.93
HSL 176.47º 0.81% 0.04% -
HSV(B) 176.47º 0.89% 0.07% -
XYZ 0.37 0.52 0.65 -
YUV 13.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 2 19 18 0.89 0 0.05 0.93 176.47 0.81 0.04
Hex 2 13 12 59 0 5 5D B0 51 4
Octal 2 23 22 131 0 5 135 260 121 4
Binary 10 10011 10010 1011001 0 101 1011101 10110000 1010001 100

Color Harmonies of #021312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021312

Black with #021312

Text Example


Text Example

White with #021312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021312; }

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

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

background-color css

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

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

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

border-color css

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

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

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