Html Css Color HEX #021309 Dark Green

📋 copy color: '#021309'

red 2 ◦ green 19 ◦ blue 9

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

Shades of Dark Green #021309

Tints of Dark Green #021309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 30%

R = 6.67%
G = 63.33%
B = 30%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#021309 (or 0x021309) is known color: Dark Green. HEX triplet: 02, 13 and 09. RGB value is (2,19,9). Sum of RGB (Red+Green+Blue) = 2+19+9=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #021309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021309 is #FDECF6. Grayscale: #0C0C0C. Windows color (decimal): -16641271 or 594690. OLE color: 594690.

HSL color Cylindrical-coordinate representation of color #021309: hue angle of 144.71º 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 #021309 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 19 9 -
CMYK 0.89 0 0.53 0.93
HSL 144.71º 0.81% 0.04% -
HSV(B) 144.71º 0.89% 0.07% -
XYZ 0.31 0.5 0.34 -
YUV 12.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 2 19 9 0.89 0 0.53 0.93 144.71 0.81 0.04
Hex 2 13 9 59 0 35 5D 91 51 4
Octal 2 23 11 131 0 65 135 221 121 4
Binary 10 10011 1001 1011001 0 110101 1011101 10010001 1010001 100

Color Harmonies of #021309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021309

Black with #021309

Text Example


Text Example

White with #021309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021309; }

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

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

background-color css

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

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

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

border-color css

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

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

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