#121E19

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

Shades of Dark Green #121E19

Tints of Dark Green #121E19

Color information

#121E19 (or 0x121E19) is unknown color: approx Dark Green. HEX triplet: 12, 1E and 19. RGB value is (18,30,25). Sum of RGB (Red+Green+Blue) = 18+30+25=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #121E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E19 is #EDE1E6. Grayscale: #191919. Windows color (decimal): -15589863 or 1646098. OLE color: 1646098.

HSL color Cylindrical-coordinate representation of color #121E19: hue angle of 155º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E19 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.88.

Color convert

RGB183025-
CMYK0.4000.170.88
HSL155º25%9.41%-
HSV(B)155º40%11.76%-
XYZ0.891.131.09-
YUV25.84127.52122.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 30 (12.11% from 255) = 41.10%
BLUE value IS 25 (10.16% from 255) = 34.25%
R=24.66%
G=41.10%
B=34.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830250.4000.170.88155259.41
Hex121E1928011589b199
Octal223631500211302333111
Binary100101111011001101000010001101100010011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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