#031C14

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

Shades of Dark Green #031C14

Tints of Dark Green #031C14

Color information

#031C14 (or 0x031C14) is unknown color: approx Dark Green. HEX triplet: 03, 1C and 14. RGB value is (3,28,20). Sum of RGB (Red+Green+Blue) = 3+28+20=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #031C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C14 is #FCE3EB. Grayscale: #131313. Windows color (decimal): -16573420 or 1317891. OLE color: 1317891.

HSL color Cylindrical-coordinate representation of color #031C14: hue angle of 160.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C14 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB32820-
CMYK0.8900.290.89
HSL160.8º80.65%6.08%-
HSV(B)160.8º89.29%10.98%-
XYZ0.580.90.81-
YUV19.61128.22116.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 28 (11.33% from 255) = 54.90%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=5.88%
G=54.90%
B=39.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal328200.8900.290.89160.880.656.08
Hex31C145901D59a1516
Octal334241310351312411216
Binary11111001010010110010111011011001101000011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031C14; }

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

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

<style>
 a { background-color: #031C14; }

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

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

<style>
 span { border-color: #031C14; }

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

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