Html Css Color HEX #021707 Dark Green

📋 copy color: '#021707'

red 2 ◦ green 23 ◦ blue 7

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

Shades of Dark Green #021707

Tints of Dark Green #021707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 71.88%

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

R = 6.25%
G = 71.88%
B = 21.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.91

RGB Variations

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

Color information

#021707 (or 0x021707) is known color: Dark Green. HEX triplet: 02, 17 and 07. RGB value is (2,23,7). Sum of RGB (Red+Green+Blue) = 2+23+7=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 23 (9.38% from 255 or 71.88% from 32); Blue value is 7 (3.12% from 255 or 21.88% from 32); Max value from RGB is 23 - color contains mainly: green. Hex color #021707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021707 is #FDE8F8. Grayscale: #0E0E0E. Windows color (decimal): -16640249 or 464642. OLE color: 464642.

HSL color Cylindrical-coordinate representation of color #021707: hue angle of 134.29º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021707 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 23 7 -
CMYK 0.91 0 0.70 0.91
HSL 134.29º 0.84% 0.05% -
HSV(B) 134.29º 0.91% 0.09% -
XYZ 0.37 0.64 0.31 -
YUV 14.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 2 23 7 0.91 0 0.70 0.91 134.29 0.84 0.05
Hex 2 17 7 5B 0 46 5B 86 54 5
Octal 2 27 7 133 0 106 133 206 124 5
Binary 10 10111 111 1011011 0 1000110 1011011 10000110 1010100 101

Color Harmonies of #021707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021707

Black with #021707

Text Example


Text Example

White with #021707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021707; }

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

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

background-color css

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

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

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

border-color css

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

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

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