#121F1B

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

Shades of Dark Green #121F1B

Tints of Dark Green #121F1B

Color information

#121F1B (or 0x121F1B) is unknown color: approx Dark Green. HEX triplet: 12, 1F and 1B. RGB value is (18,31,27). Sum of RGB (Red+Green+Blue) = 18+31+27=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 31 - color contains mainly: green. Hex color #121F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F1B is #EDE0E4. Grayscale: #1A1A1A. Windows color (decimal): -15589605 or 1777426. OLE color: 1777426.

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

Color convert

RGB183127-
CMYK0.4200.130.88
HSL161.54º26.53%9.61%-
HSV(B)161.54º41.94%12.16%-
XYZ0.941.191.22-
YUV26.66128.19121.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=23.68%
G=40.79%
B=35.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1831270.4200.130.88161.5426.539.61
Hex121F1B2A0D58a21ba
Octal223733520151302423312
Binary10010111111101110101001101101100010100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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