Html Css Color HEX #121D1A Dark Green

📋 copy color: '#121D1A'

red 18 ◦ green 29 ◦ blue 26

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

Shades of Dark Green #121D1A

Tints of Dark Green #121D1A

RGB

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

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

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

R = 24.66%
G = 39.73%
B = 35.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.89

RGB Variations

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

Color information

#121D1A (or 0x121D1A) is known color: Dark Green. HEX triplet: 12, 1D and 1A. RGB value is (18,29,26). Sum of RGB (Red+Green+Blue) = 18+29+26=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 29 - color contains mainly: green. Hex color #121D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D1A is #EDE2E5. Grayscale: #191919. Windows color (decimal): -15590118 or 1711378. OLE color: 1711378.

HSL color Cylindrical-coordinate representation of color #121D1A: hue angle of 163.64º 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 #121D1A is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 29 26 -
CMYK 0.38 0 0.10 0.89
HSL 163.64º 0.23% 0.09% -
HSV(B) 163.64º 0.38% 0.11% -
XYZ 0.88 1.08 1.14 -
YUV 25.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 18 29 26 0.38 0 0.10 0.89 163.64 0.23 0.09
Hex 12 1D 1A 26 0 A 59 A4 17 9
Octal 22 35 32 46 0 12 131 244 27 11
Binary 10010 11101 11010 100110 0 1010 1011001 10100100 10111 1001

Color Harmonies of #121D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D1A

Black with #121D1A

Text Example


Text Example

White with #121D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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