Html Css Color HEX #021007 Dark Green

📋 copy color: '#021007'

red 2 ◦ green 16 ◦ blue 7

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

Shades of Dark Green #021007

Tints of Dark Green #021007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 28%

R = 8%
G = 64%
B = 28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.94

RGB Variations

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

Color information

#021007 (or 0x021007) is known color: Dark Green. HEX triplet: 02, 10 and 07. RGB value is (2,16,7). Sum of RGB (Red+Green+Blue) = 2+16+7=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 16 (6.64% from 255 or 64% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 16 - color contains mainly: green. Hex color #021007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021007 is #FDEFF8. Grayscale: #0A0A0A. Windows color (decimal): -16642041 or 462850. OLE color: 462850.

HSL color Cylindrical-coordinate representation of color #021007: hue angle of 141.43º 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 #021007 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 16 7 -
CMYK 0.87 0 0.56 0.94
HSL 141.43º 0.78% 0.04% -
HSV(B) 141.43º 0.88% 0.06% -
XYZ 0.25 0.4 0.26 -
YUV 10.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 2 16 7 0.87 0 0.56 0.94 141.43 0.78 0.04
Hex 2 10 7 57 0 38 5E 8D 4E 4
Octal 2 20 7 127 0 70 136 215 116 4
Binary 10 10000 111 1010111 0 111000 1011110 10001101 1001110 100

Color Harmonies of #021007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021007

Black with #021007

Text Example


Text Example

White with #021007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021007; }

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

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

background-color css

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

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

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

border-color css

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

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

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