Html Css Color HEX #021810 Dark Green

📋 copy color: '#021810'

red 2 ◦ green 24 ◦ blue 16

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

Shades of Dark Green #021810

Tints of Dark Green #021810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 38.1%

R = 4.76%
G = 57.14%
B = 38.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.91

RGB Variations

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

Color information

#021810 (or 0x021810) is known color: Dark Green. HEX triplet: 02, 18 and 10. RGB value is (2,24,16). Sum of RGB (Red+Green+Blue) = 2+24+16=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #021810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021810 is #FDE7EF. Grayscale: #101010. Windows color (decimal): -16639984 or 1054722. OLE color: 1054722.

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

Color convert

RGB 2 24 16 -
CMYK 0.92 0 0.33 0.91
HSL 158.18º 0.85% 0.05% -
HSV(B) 158.18º 0.92% 0.09% -
XYZ 0.45 0.7 0.6 -
YUV 16.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 2 24 16 0.92 0 0.33 0.91 158.18 0.85 0.05
Hex 2 18 10 5C 0 21 5B 9E 55 5
Octal 2 30 20 134 0 41 133 236 125 5
Binary 10 11000 10000 1011100 0 100001 1011011 10011110 1010101 101

Color Harmonies of #021810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021810

Black with #021810

Text Example


Text Example

White with #021810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021810; }

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

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

background-color css

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

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

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

border-color css

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

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

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