#02140D

Color #02140D Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #02140D

Tints of Dark Green #02140D

Color information

#02140D (or 0x02140D) is unknown color: approx Dark Green. HEX triplet: 02, 14 and 0D. RGB value is (2,20,13). Sum of RGB (Red+Green+Blue) = 2+20+13=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #02140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02140D is #FDEBF2. Grayscale: #0D0D0D. Windows color (decimal): -16641011 or 857090. OLE color: 857090.

HSL color Cylindrical-coordinate representation of color #02140D: hue angle of 156.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #02140D is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB22013-
CMYK0.9000.350.92
HSL156.67º81.82%4.31%-
HSV(B)156.67º90%7.84%-
XYZ0.350.540.47-
YUV13.82127.54119.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 20 (8.20% from 255) = 57.14%
BLUE value IS 13 (5.47% from 255) = 37.14%
R=5.71%
G=57.14%
B=37.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal220130.9000.350.92156.6781.824.31
Hex214D5A0235C9d524
Octal224151320431342351224
Binary10101001101101101001000111011100100111011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02140D; }

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

 H1.HeaderClassName
 {
   color: #02140D;
 }
 .AnyTagClassName
 {
   color: #02140D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #02140D;
 }
 .BgClassName
 {
   background-color: #02140D;
 }
</style>
border-color css

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

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

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