Html Css Color HEX #021010 Dark Green

📋 copy color: '#021010'

red 2 ◦ green 16 ◦ blue 16

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

Shades of Dark Green #021010

Tints of Dark Green #021010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 47.06%

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

R = 5.88%
G = 47.06%
B = 47.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#021010 (or 0x021010) is known color: Dark Green. HEX triplet: 02, 10 and 10. RGB value is (2,16,16). Sum of RGB (Red+Green+Blue) = 2+16+16=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 16 (6.64% from 255 or 47.06% from 34); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #021010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021010 is #FDEFEF. Grayscale: #0B0B0B. Windows color (decimal): -16642032 or 1052674. OLE color: 1052674.

HSL color Cylindrical-coordinate representation of color #021010: hue angle of 180º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021010 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 16 16 -
CMYK 0.87 0 0 0.94
HSL 180º 0.78% 0.04% -
HSV(B) 180º 0.88% 0.06% -
XYZ 0.3 0.42 0.56 -
YUV 11.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 2 16 16 0.87 0 0 0.94 180 0.78 0.04
Hex 2 10 10 57 0 0 5E B4 4E 4
Octal 2 20 20 127 0 0 136 264 116 4
Binary 10 10000 10000 1010111 0 0 1011110 10110100 1001110 100

Color Harmonies of #021010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021010

Black with #021010

Text Example


Text Example

White with #021010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021010; }

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

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

background-color css

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

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

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

border-color css

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

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

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