#121D1A

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

Shades of Dark Green #121D1A

Tints of Dark Green #121D1A

Color information

#121D1A (or 0x121D1A) is unknown color: approx Dark Green. HEX triplet: 12, 1D and 1A. RGB value is (18,29,26). Sum of RGB (Red+Green+Blue) = 18+29+26=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 29 - color contains mainly: green. Hex color #121D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D1A is #EDE2E5. Grayscale: #191919. Windows color (decimal): -15590118 or 1711378. OLE color: 1711378.

HSL color Cylindrical-coordinate representation of color #121D1A: hue angle of 163.64º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #121D1A is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB182926-
CMYK0.3800.100.89
HSL163.64º23.4%9.22%-
HSV(B)163.64º37.93%11.37%-
XYZ0.881.081.14-
YUV25.37128.36122.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 29 (11.72% from 255) = 39.73%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=24.66%
G=39.73%
B=35.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1829260.3800.100.89163.6423.49.22
Hex121D1A260A59a4179
Octal223532460121312442711
Binary10010111011101010011001010101100110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,29,26); }

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

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

 a { background-color: rgb(18,29,26); }

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

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

 span { border-color: rgb(18,29,26); }

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