Html Css Color HEX #121D18 Dark Green

📋 copy color: '#121D18'

red 18 ◦ green 29 ◦ blue 24

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

Shades of Dark Green #121D18

Tints of Dark Green #121D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 40.85%

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

R = 25.35%
G = 40.85%
B = 33.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#121D18 (or 0x121D18) is known color: Dark Green. HEX triplet: 12, 1D and 18. RGB value is (18,29,24). Sum of RGB (Red+Green+Blue) = 18+29+24=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 29 - color contains mainly: green. Hex color #121D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D18 is #EDE2E7. Grayscale: #191919. Windows color (decimal): -15590120 or 1580306. OLE color: 1580306.

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

Color convert

RGB 18 29 24 -
CMYK 0.38 0 0.17 0.89
HSL 152.73º 0.23% 0.09% -
HSV(B) 152.73º 0.38% 0.11% -
XYZ 0.85 1.07 1.03 -
YUV 25.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 18 29 24 0.38 0 0.17 0.89 152.73 0.23 0.09
Hex 12 1D 18 26 0 11 59 99 17 9
Octal 22 35 30 46 0 21 131 231 27 11
Binary 10010 11101 11000 100110 0 10001 1011001 10011001 10111 1001

Color Harmonies of #121D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D18

Black with #121D18

Text Example


Text Example

White with #121D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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