Html Css Color HEX #121C18 Dark Green

📋 copy color: '#121C18'

red 18 ◦ green 28 ◦ blue 24

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

Shades of Dark Green #121C18

Tints of Dark Green #121C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 40%

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

R = 25.71%
G = 40%
B = 34.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#121C18 (or 0x121C18) is known color: Dark Green. HEX triplet: 12, 1C and 18. RGB value is (18,28,24). Sum of RGB (Red+Green+Blue) = 18+28+24=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 28 - color contains mainly: green. Hex color #121C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C18 is #EDE3E7. Grayscale: #181818. Windows color (decimal): -15590376 or 1580050. OLE color: 1580050.

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

Color convert

RGB 18 28 24 -
CMYK 0.36 0 0.14 0.89
HSL 156º 0.22% 0.09% -
HSV(B) 156º 0.36% 0.11% -
XYZ 0.83 1.03 1.02 -
YUV 24.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 18 28 24 0.36 0 0.14 0.89 156 0.22 0.09
Hex 12 1C 18 24 0 E 59 9C 16 9
Octal 22 34 30 44 0 16 131 234 26 11
Binary 10010 11100 11000 100100 0 1110 1011001 10011100 10110 1001

Color Harmonies of #121C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C18

Black with #121C18

Text Example


Text Example

White with #121C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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