Html Css Color HEX #020E0A Dark Green

📋 copy color: '#020E0A'

red 2 ◦ green 14 ◦ blue 10

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

Shades of Dark Green #020E0A

Tints of Dark Green #020E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 38.46%

R = 7.69%
G = 53.85%
B = 38.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.95

RGB Variations

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

Color information

#020E0A (or 0x020E0A) is known color: Dark Green. HEX triplet: 02, 0E and 0A. RGB value is (2,14,10). Sum of RGB (Red+Green+Blue) = 2+14+10=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 14 (5.86% from 255 or 53.85% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 14 - color contains mainly: green. Hex color #020E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E0A is #FDF1F5. Grayscale: #090909. Windows color (decimal): -16642550 or 658946. OLE color: 658946.

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

Color convert

RGB 2 14 10 -
CMYK 0.86 0 0.29 0.95
HSL 160º 0.75% 0.03% -
HSV(B) 160º 0.86% 0.05% -
XYZ 0.24 0.35 0.34 -
YUV 9.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 2 14 10 0.86 0 0.29 0.95 160 0.75 0.03
Hex 2 E A 56 0 1D 5F A0 4B 3
Octal 2 16 12 126 0 35 137 240 113 3
Binary 10 1110 1010 1010110 0 11101 1011111 10100000 1001011 11

Color Harmonies of #020E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E0A

Black with #020E0A

Text Example


Text Example

White with #020E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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