Html Css Color HEX #020E0D Dark Green

📋 copy color: '#020E0D'

red 2 ◦ green 14 ◦ blue 13

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

Shades of Dark Green #020E0D

Tints of Dark Green #020E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 44.83%

R = 6.9%
G = 48.28%
B = 44.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.95

RGB Variations

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

Color information

#020E0D (or 0x020E0D) is known color: Dark Green. HEX triplet: 02, 0E and 0D. RGB value is (2,14,13). Sum of RGB (Red+Green+Blue) = 2+14+13=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 14 (5.86% from 255 or 48.28% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 14 - color contains mainly: green. Hex color #020E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E0D is #FDF1F2. Grayscale: #0A0A0A. Windows color (decimal): -16642547 or 855554. OLE color: 855554.

HSL color Cylindrical-coordinate representation of color #020E0D: hue angle of 175º 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 #020E0D is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 14 13 -
CMYK 0.86 0 0.07 0.95
HSL 175º 0.75% 0.03% -
HSV(B) 175º 0.86% 0.05% -
XYZ 0.25 0.36 0.44 -
YUV 10.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 2 14 13 0.86 0 0.07 0.95 175 0.75 0.03
Hex 2 E D 56 0 7 5F AF 4B 3
Octal 2 16 15 126 0 7 137 257 113 3
Binary 10 1110 1101 1010110 0 111 1011111 10101111 1001011 11

Color Harmonies of #020E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E0D

Black with #020E0D

Text Example


Text Example

White with #020E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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