Html Css Color HEX #021912 Dark Green

📋 copy color: '#021912'

red 2 ◦ green 25 ◦ blue 18

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

Shades of Dark Green #021912

Tints of Dark Green #021912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 55.56%

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

R = 4.44%
G = 55.56%
B = 40%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#021912 (or 0x021912) is known color: Dark Green. HEX triplet: 02, 19 and 12. RGB value is (2,25,18). Sum of RGB (Red+Green+Blue) = 2+25+18=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #021912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021912 is #FDE6ED. Grayscale: #111111. Windows color (decimal): -16639726 or 1186050. OLE color: 1186050.

HSL color Cylindrical-coordinate representation of color #021912: hue angle of 161.74º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021912 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB 2 25 18 -
CMYK 0.92 0 0.28 0.90
HSL 161.74º 0.85% 0.05% -
HSV(B) 161.74º 0.92% 0.1% -
XYZ 0.48 0.75 0.69 -
YUV 17.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 2 25 18 0.92 0 0.28 0.90 161.74 0.85 0.05
Hex 2 19 12 5C 0 1C 5A A2 55 5
Octal 2 31 22 134 0 34 132 242 125 5
Binary 10 11001 10010 1011100 0 11100 1011010 10100010 1010101 101

Color Harmonies of #021912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021912

Black with #021912

Text Example


Text Example

White with #021912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021912; }

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

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

background-color css

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

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

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

border-color css

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

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

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