Html Css Color HEX #021107 Dark Green

📋 copy color: '#021107'

red 2 ◦ green 17 ◦ blue 7

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

Shades of Dark Green #021107

Tints of Dark Green #021107

RGB

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

 GREEN value IS 17 (7.03% from 255) = 65.38%

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

R = 7.69%
G = 65.38%
B = 26.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.93

RGB Variations

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

Color information

#021107 (or 0x021107) is known color: Dark Green. HEX triplet: 02, 11 and 07. RGB value is (2,17,7). Sum of RGB (Red+Green+Blue) = 2+17+7=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 17 (7.03% from 255 or 65.38% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 17 - color contains mainly: green. Hex color #021107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021107 is #FDEEF8. Grayscale: #0B0B0B. Windows color (decimal): -16641785 or 463106. OLE color: 463106.

HSL color Cylindrical-coordinate representation of color #021107: hue angle of 140º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021107 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 17 7 -
CMYK 0.88 0 0.59 0.93
HSL 140º 0.79% 0.04% -
HSV(B) 140º 0.88% 0.07% -
XYZ 0.26 0.43 0.27 -
YUV 11.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 2 17 7 0.88 0 0.59 0.93 140 0.79 0.04
Hex 2 11 7 58 0 3B 5D 8C 4F 4
Octal 2 21 7 130 0 73 135 214 117 4
Binary 10 10001 111 1011000 0 111011 1011101 10001100 1001111 100

Color Harmonies of #021107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021107

Black with #021107

Text Example


Text Example

White with #021107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021107; }

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

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

background-color css

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

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

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

border-color css

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

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

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