#121E1A

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

Shades of Dark Green #121E1A

Tints of Dark Green #121E1A

Color information

#121E1A (or 0x121E1A) is unknown color: approx Dark Green. HEX triplet: 12, 1E and 1A. RGB value is (18,30,26). Sum of RGB (Red+Green+Blue) = 18+30+26=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 30 - color contains mainly: green. Hex color #121E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E1A is #EDE1E5. Grayscale: #191919. Windows color (decimal): -15589862 or 1711634. OLE color: 1711634.

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

Color convert

RGB183026-
CMYK0.4000.130.88
HSL160º25%9.41%-
HSV(B)160º40%11.76%-
XYZ0.91.131.15-
YUV25.96128.02122.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 30 (12.11% from 255) = 40.54%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=24.32%
G=40.54%
B=35.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830260.4000.130.88160259.41
Hex121E1A280D58a0199
Octal223632500151302403111
Binary10010111101101010100001101101100010100000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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