Html Css Color HEX #021813 Dark Green

📋 copy color: '#021813'

red 2 ◦ green 24 ◦ blue 19

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

Shades of Dark Green #021813

Tints of Dark Green #021813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 42.22%

R = 4.44%
G = 53.33%
B = 42.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#021813 (or 0x021813) is known color: Dark Green. HEX triplet: 02, 18 and 13. RGB value is (2,24,19). Sum of RGB (Red+Green+Blue) = 2+24+19=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #021813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021813 is #FDE7EC. Grayscale: #101010. Windows color (decimal): -16639981 or 1251330. OLE color: 1251330.

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

Color convert

RGB 2 24 19 -
CMYK 0.92 0 0.21 0.91
HSL 166.36º 0.85% 0.05% -
HSV(B) 166.36º 0.92% 0.09% -
XYZ 0.47 0.71 0.73 -
YUV 16.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 2 24 19 0.92 0 0.21 0.91 166.36 0.85 0.05
Hex 2 18 13 5C 0 15 5B A6 55 5
Octal 2 30 23 134 0 25 133 246 125 5
Binary 10 11000 10011 1011100 0 10101 1011011 10100110 1010101 101

Color Harmonies of #021813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021813

Black with #021813

Text Example


Text Example

White with #021813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021813; }

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

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

background-color css

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

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

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

border-color css

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

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

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