#02140F

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

Shades of Dark Green #02140F

Tints of Dark Green #02140F

Color information

#02140F (or 0x02140F) is unknown color: approx Dark Green. HEX triplet: 02, 14 and 0F. RGB value is (2,20,15). Sum of RGB (Red+Green+Blue) = 2+20+15=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #02140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02140F is #FDEBF0. Grayscale: #0E0E0E. Windows color (decimal): -16641009 or 988162. OLE color: 988162.

HSL color Cylindrical-coordinate representation of color #02140F: hue angle of 163.33º 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 #02140F is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB22015-
CMYK0.9000.250.92
HSL163.33º81.82%4.31%-
HSV(B)163.33º90%7.84%-
XYZ0.360.550.54-
YUV14.05128.54119.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 20 (8.20% from 255) = 54.05%
BLUE value IS 15 (6.25% from 255) = 40.54%
R=5.41%
G=54.05%
B=40.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal220150.9000.250.92163.3381.824.31
Hex214F5A0195Ca3524
Octal224171320311342431224
Binary1010100111110110100110011011100101000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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