#03140E

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

Shades of Dark Green #03140E

Tints of Dark Green #03140E

Color information

#03140E (or 0x03140E) is unknown color: approx Dark Green. HEX triplet: 03, 14 and 0E. RGB value is (3,20,14). Sum of RGB (Red+Green+Blue) = 3+20+14=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #03140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03140E is #FCEBF1. Grayscale: #0E0E0E. Windows color (decimal): -16575474 or 922627. OLE color: 922627.

HSL color Cylindrical-coordinate representation of color #03140E: hue angle of 158.82º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #03140E is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB32014-
CMYK0.8500.300.92
HSL158.82º73.91%4.51%-
HSV(B)158.82º85%7.84%-
XYZ0.370.550.5-
YUV14.23127.87119.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 20 (8.20% from 255) = 54.05%
BLUE value IS 14 (5.86% from 255) = 37.84%
R=8.11%
G=54.05%
B=37.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal320140.8500.300.92158.8273.914.51
Hex314E5501E5C9f4a5
Octal324161250361342371125
Binary1110100111010101010111101011100100111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03140E; }

 p { color: rgb(3,20,14); }

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

<style>
 a { background-color: #03140E; }

 a { background-color: rgb(3,20,14); }

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

<style>
 span { border-color: #03140E; }

 span { border-color: rgb(3,20,14); }

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