Html Css Color HEX #021307 Dark Green

📋 copy color: '#021307'

red 2 ◦ green 19 ◦ blue 7

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

Shades of Dark Green #021307

Tints of Dark Green #021307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 67.86%

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

R = 7.14%
G = 67.86%
B = 25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#021307 (or 0x021307) is known color: Dark Green. HEX triplet: 02, 13 and 07. RGB value is (2,19,7). Sum of RGB (Red+Green+Blue) = 2+19+7=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 19 (7.81% from 255 or 67.86% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 19 - color contains mainly: green. Hex color #021307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021307 is #FDECF8. Grayscale: #0C0C0C. Windows color (decimal): -16641273 or 463618. OLE color: 463618.

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

Color convert

RGB 2 19 7 -
CMYK 0.89 0 0.63 0.93
HSL 137.65º 0.81% 0.04% -
HSV(B) 137.65º 0.89% 0.07% -
XYZ 0.3 0.49 0.28 -
YUV 12.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 2 19 7 0.89 0 0.63 0.93 137.65 0.81 0.04
Hex 2 13 7 59 0 3F 5D 8A 51 4
Octal 2 23 7 131 0 77 135 212 121 4
Binary 10 10011 111 1011001 0 111111 1011101 10001010 1010001 100

Color Harmonies of #021307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021307

Black with #021307

Text Example


Text Example

White with #021307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021307; }

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

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

background-color css

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

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

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

border-color css

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

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

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