#141F1B

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

Shades of Dark Green #141F1B

Tints of Dark Green #141F1B

Color information

#141F1B (or 0x141F1B) is unknown color: approx Dark Green. HEX triplet: 14, 1F and 1B. RGB value is (20,31,27). Sum of RGB (Red+Green+Blue) = 20+31+27=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 31 - color contains mainly: green. Hex color #141F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F1B is #EBE0E4. Grayscale: #1B1B1B. Windows color (decimal): -15458533 or 1777428. OLE color: 1777428.

HSL color Cylindrical-coordinate representation of color #141F1B: hue angle of 158.18º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #141F1B is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB203127-
CMYK0.3500.130.88
HSL158.18º21.57%10%-
HSV(B)158.18º35.48%12.16%-
XYZ0.981.211.22-
YUV27.26127.86122.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 31 (12.5% from 255) = 39.74%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=25.64%
G=39.74%
B=34.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2031270.3500.130.88158.1821.5710
Hex141F1B230D589e16a
Octal243733430151302362612
Binary10100111111101110001101101101100010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141F1B; }

 p { color: rgb(20,31,27); }

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

<style>
 a { background-color: #141F1B; }

 a { background-color: rgb(20,31,27); }

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

<style>
 span { border-color: #141F1B; }

 span { border-color: rgb(20,31,27); }

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