Html Css Color HEX #021C0E Dark Green

📋 copy color: '#021C0E'

red 2 ◦ green 28 ◦ blue 14

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

Shades of Dark Green #021C0E

Tints of Dark Green #021C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 63.64%

 BLUE value IS 14 (5.86% from 255) = 31.82%

R = 4.55%
G = 63.64%
B = 31.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.89

RGB Variations

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

Color information

#021C0E (or 0x021C0E) is known color: Dark Green. HEX triplet: 02, 1C and 0E. RGB value is (2,28,14). Sum of RGB (Red+Green+Blue) = 2+28+14=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 28 (11.33% from 255 or 63.64% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 28 - color contains mainly: green. Hex color #021C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C0E is #FDE3F1. Grayscale: #121212. Windows color (decimal): -16638962 or 924674. OLE color: 924674.

HSL color Cylindrical-coordinate representation of color #021C0E: hue angle of 147.69º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C0E is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 28 14 -
CMYK 0.93 0 0.50 0.89
HSL 147.69º 0.87% 0.06% -
HSV(B) 147.69º 0.93% 0.11% -
XYZ 0.52 0.88 0.56 -
YUV 18.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 2 28 14 0.93 0 0.50 0.89 147.69 0.87 0.06
Hex 2 1C E 5D 0 32 59 94 57 6
Octal 2 34 16 135 0 62 131 224 127 6
Binary 10 11100 1110 1011101 0 110010 1011001 10010100 1010111 110

Color Harmonies of #021C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C0E

Black with #021C0E

Text Example


Text Example

White with #021C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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