#121F1C

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

Shades of Dark Green #121F1C

Tints of Dark Green #121F1C

Color information

#121F1C (or 0x121F1C) is unknown color: approx Dark Green. HEX triplet: 12, 1F and 1C. RGB value is (18,31,28). Sum of RGB (Red+Green+Blue) = 18+31+28=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 31 - color contains mainly: green. Hex color #121F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F1C is #EDE0E3. Grayscale: #1A1A1A. Windows color (decimal): -15589604 or 1842962. OLE color: 1842962.

HSL color Cylindrical-coordinate representation of color #121F1C: hue angle of 166.15º 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 #121F1C is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB183128-
CMYK0.4200.100.88
HSL166.15º26.53%9.61%-
HSV(B)166.15º41.94%12.16%-
XYZ0.951.191.28-
YUV26.77128.69121.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 31 (12.5% from 255) = 40.26%
BLUE value IS 28 (11.33% from 255) = 36.36%
R=23.38%
G=40.26%
B=36.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1831280.4200.100.88166.1526.539.61
Hex121F1C2A0A58a61ba
Octal223734520121302463312
Binary10010111111110010101001010101100010100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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