Html Css Color HEX #121F1A Dark Green

📋 copy color: '#121F1A'

red 18 ◦ green 31 ◦ blue 26

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

Shades of Dark Green #121F1A

Tints of Dark Green #121F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 34.67%

R = 24%
G = 41.33%
B = 34.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#121F1A (or 0x121F1A) is known color: Dark Green. HEX triplet: 12, 1F and 1A. RGB value is (18,31,26). Sum of RGB (Red+Green+Blue) = 18+31+26=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #121F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F1A is #EDE0E5. Grayscale: #1A1A1A. Windows color (decimal): -15589606 or 1711890. OLE color: 1711890.

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

Color convert

RGB 18 31 26 -
CMYK 0.42 0 0.16 0.88
HSL 156.92º 0.27% 0.1% -
HSV(B) 156.92º 0.42% 0.12% -
XYZ 0.93 1.18 1.16 -
YUV 26.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 18 31 26 0.42 0 0.16 0.88 156.92 0.27 0.1
Hex 12 1F 1A 2A 0 10 58 9D 1B A
Octal 22 37 32 52 0 20 130 235 33 12
Binary 10010 11111 11010 101010 0 10000 1011000 10011101 11011 1010

Color Harmonies of #121F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F1A

Black with #121F1A

Text Example


Text Example

White with #121F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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