Html Css Color HEX #021212 Dark Green

📋 copy color: '#021212'

red 2 ◦ green 18 ◦ blue 18

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

Shades of Dark Green #021212

Tints of Dark Green #021212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 47.37%

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

R = 5.26%
G = 47.37%
B = 47.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#021212 (or 0x021212) is known color: Dark Green. HEX triplet: 02, 12 and 12. RGB value is (2,18,18). Sum of RGB (Red+Green+Blue) = 2+18+18=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #021212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021212 is #FDEDED. Grayscale: #0D0D0D. Windows color (decimal): -16641518 or 1184258. OLE color: 1184258.

HSL color Cylindrical-coordinate representation of color #021212: hue angle of 180º degrees, saturation: 0.8, 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 #021212 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 18 18 -
CMYK 0.89 0 0 0.93
HSL 180º 0.8% 0.04% -
HSV(B) 180º 0.89% 0.07% -
XYZ 0.35 0.49 0.65 -
YUV 13.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 2 18 18 0.89 0 0 0.93 180 0.8 0.04
Hex 2 12 12 59 0 0 5D B4 50 4
Octal 2 22 22 131 0 0 135 264 120 4
Binary 10 10010 10010 1011001 0 0 1011101 10110100 1010000 100

Color Harmonies of #021212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021212

Black with #021212

Text Example


Text Example

White with #021212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021212; }

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

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

background-color css

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

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

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

border-color css

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

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

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