Html Css Color HEX #020E09 Dark Green

📋 copy color: '#020E09'

red 2 ◦ green 14 ◦ blue 9

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

Shades of Dark Green #020E09

Tints of Dark Green #020E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 56%

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

R = 8%
G = 56%
B = 36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.95

RGB Variations

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

Color information

#020E09 (or 0x020E09) is known color: Dark Green. HEX triplet: 02, 0E and 09. RGB value is (2,14,9). Sum of RGB (Red+Green+Blue) = 2+14+9=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 14 (5.86% from 255 or 56% from 25); Blue value is 9 (3.91% from 255 or 36% from 25); Max value from RGB is 14 - color contains mainly: green. Hex color #020E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E09 is #FDF1F6. Grayscale: #090909. Windows color (decimal): -16642551 or 593410. OLE color: 593410.

HSL color Cylindrical-coordinate representation of color #020E09: hue angle of 155º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #020E09 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 14 9 -
CMYK 0.86 0 0.36 0.95
HSL 155º 0.75% 0.03% -
HSV(B) 155º 0.86% 0.05% -
XYZ 0.23 0.35 0.31 -
YUV 9.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 2 14 9 0.86 0 0.36 0.95 155 0.75 0.03
Hex 2 E 9 56 0 24 5F 9B 4B 3
Octal 2 16 11 126 0 44 137 233 113 3
Binary 10 1110 1001 1010110 0 100100 1011111 10011011 1001011 11

Color Harmonies of #020E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E09

Black with #020E09

Text Example


Text Example

White with #020E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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