Html Css Color HEX #021818 Dark Green

📋 copy color: '#021818'

red 2 ◦ green 24 ◦ blue 24

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

Shades of Dark Green #021818

Tints of Dark Green #021818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 48%

R = 4%
G = 48%
B = 48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021818 (or 0x021818) is known color: Dark Green. HEX triplet: 02, 18 and 18. RGB value is (2,24,24). Sum of RGB (Red+Green+Blue) = 2+24+24=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #021818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021818 is #FDE7E7. Grayscale: #111111. Windows color (decimal): -16639976 or 1579010. OLE color: 1579010.

HSL color Cylindrical-coordinate representation of color #021818: hue angle of 180º 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 #021818 is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 24 24 -
CMYK 0.92 0 0 0.91
HSL 180º 0.85% 0.05% -
HSV(B) 180º 0.92% 0.09% -
XYZ 0.52 0.73 0.98 -
YUV 17.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 2 24 24 0.92 0 0 0.91 180 0.85 0.05
Hex 2 18 18 5C 0 0 5B B4 55 5
Octal 2 30 30 134 0 0 133 264 125 5
Binary 10 11000 11000 1011100 0 0 1011011 10110100 1010101 101

Color Harmonies of #021818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021818

Black with #021818

Text Example


Text Example

White with #021818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021818; }

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

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

background-color css

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

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

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

border-color css

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

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

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