#121E1B

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

Shades of Dark Green #121E1B

Tints of Dark Green #121E1B

Color information

#121E1B (or 0x121E1B) is unknown color: approx Dark Green. HEX triplet: 12, 1E and 1B. RGB value is (18,30,27). Sum of RGB (Red+Green+Blue) = 18+30+27=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 30 - color contains mainly: green. Hex color #121E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E1B is #EDE1E4. Grayscale: #1A1A1A. Windows color (decimal): -15589861 or 1777170. OLE color: 1777170.

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

Color convert

RGB183027-
CMYK0.4000.100.88
HSL165º25%9.41%-
HSV(B)165º40%11.76%-
XYZ0.911.141.21-
YUV26.07128.52122.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 30 (12.11% from 255) = 40%
BLUE value IS 27 (10.94% from 255) = 36%
R=24%
G=40%
B=36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830270.4000.100.88165259.41
Hex121E1B280A58a5199
Octal223633500121302453111
Binary10010111101101110100001010101100010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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