Html Css Color HEX #121F1C Dark Green

📋 copy color: '#121F1C'

red 18 ◦ green 31 ◦ blue 28

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

Shades of Dark Green #121F1C

Tints of Dark Green #121F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 40.26%

 BLUE value IS 28 (11.33% from 255) = 36.36%

R = 23.38%
G = 40.26%
B = 36.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#121F1C (or 0x121F1C) is known color: Dark Green. HEX triplet: 12, 1F and 1C. RGB value is (18,31,28). Sum of RGB (Red+Green+Blue) = 18+31+28=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 31 - color contains mainly: green. Hex color #121F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F1C is #EDE0E3. Grayscale: #1A1A1A. Windows color (decimal): -15589604 or 1842962. OLE color: 1842962.

HSL color Cylindrical-coordinate representation of color #121F1C: hue angle of 166.15º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121F1C is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 31 28 -
CMYK 0.42 0 0.10 0.88
HSL 166.15º 0.27% 0.1% -
HSV(B) 166.15º 0.42% 0.12% -
XYZ 0.95 1.19 1.28 -
YUV 26.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 18 31 28 0.42 0 0.10 0.88 166.15 0.27 0.1
Hex 12 1F 1C 2A 0 A 58 A6 1B A
Octal 22 37 34 52 0 12 130 246 33 12
Binary 10010 11111 11100 101010 0 1010 1011000 10100110 11011 1010

Color Harmonies of #121F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F1C

Black with #121F1C

Text Example


Text Example

White with #121F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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