Html Css Color HEX #021812 Dark Green

📋 copy color: '#021812'

red 2 ◦ green 24 ◦ blue 18

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

Shades of Dark Green #021812

Tints of Dark Green #021812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 54.55%

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

R = 4.55%
G = 54.55%
B = 40.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#021812 (or 0x021812) is known color: Dark Green. HEX triplet: 02, 18 and 12. RGB value is (2,24,18). Sum of RGB (Red+Green+Blue) = 2+24+18=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #021812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021812 is #FDE7ED. Grayscale: #101010. Windows color (decimal): -16639982 or 1185794. OLE color: 1185794.

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

Color convert

RGB 2 24 18 -
CMYK 0.92 0 0.25 0.91
HSL 163.64º 0.85% 0.05% -
HSV(B) 163.64º 0.92% 0.09% -
XYZ 0.46 0.71 0.68 -
YUV 16.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 2 24 18 0.92 0 0.25 0.91 163.64 0.85 0.05
Hex 2 18 12 5C 0 19 5B A4 55 5
Octal 2 30 22 134 0 31 133 244 125 5
Binary 10 11000 10010 1011100 0 11001 1011011 10100100 1010101 101

Color Harmonies of #021812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021812

Black with #021812

Text Example


Text Example

White with #021812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021812; }

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

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

background-color css

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

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

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

border-color css

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

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

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