#121F1E

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

Shades of Swamp #121F1E

Tints of Swamp #121F1E

Color information

#121F1E (or 0x121F1E) is unknown color: approx Swamp. HEX triplet: 12, 1F and 1E. RGB value is (18,31,30). Sum of RGB (Red+Green+Blue) = 18+31+30=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 31 - color contains mainly: green. Hex color #121F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F1E is #EDE0E1. Grayscale: #1A1A1A. Windows color (decimal): -15589602 or 1974034. OLE color: 1974034.

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

Color convert

RGB183130-
CMYK0.4200.030.88
HSL175.38º26.53%9.61%-
HSV(B)175.38º41.94%12.16%-
XYZ0.971.21.41-
YUV27129.69121.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=22.78%
G=39.24%
B=37.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1831300.4200.030.88175.3826.539.61
Hex121F1E2A0358af1ba
Octal22373652031302573312
Binary100101111111110101010011101100010101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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