Html Css Color HEX #121A18 Dark Green

📋 copy color: '#121A18'

red 18 ◦ green 26 ◦ blue 24

#121A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #121A18

Tints of Dark Green #121A18

RGB

 RED value IS 18 (7.42% from 255) = 26.47%

 GREEN value IS 26 (10.55% from 255) = 38.24%

 BLUE value IS 24 (9.77% from 255) = 35.29%

R = 26.47%
G = 38.24%
B = 35.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#121A18 (or 0x121A18) is known color: Dark Green. HEX triplet: 12, 1A and 18. RGB value is (18,26,24). Sum of RGB (Red+Green+Blue) = 18+26+24=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 26 - color contains mainly: green. Hex color #121A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A18 is #EDE5E7. Grayscale: #171717. Windows color (decimal): -15590888 or 1579538. OLE color: 1579538.

HSL color Cylindrical-coordinate representation of color #121A18: hue angle of 165º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #121A18 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 26 24 -
CMYK 0.31 0 0.08 0.90
HSL 165º 0.18% 0.09% -
HSV(B) 165º 0.31% 0.1% -
XYZ 0.78 0.93 1 -
YUV 23.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 18 26 24 0.31 0 0.08 0.90 165 0.18 0.09
Hex 12 1A 18 1F 0 8 5A A5 12 9
Octal 22 32 30 37 0 10 132 245 22 11
Binary 10010 11010 11000 11111 0 1000 1011010 10100101 10010 1001

Color Harmonies of #121A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A18

Black with #121A18

Text Example


Text Example

White with #121A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #121A18;
 }
 .AnyTagClassName
 {
   color: #121A18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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