Html Css Color HEX #141A18 Dark Green

📋 copy color: '#141A18'

red 20 ◦ green 26 ◦ blue 24

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

Shades of Dark Green #141A18

Tints of Dark Green #141A18

RGB

 RED value IS 20 (8.2% from 255) = 28.57%

 GREEN value IS 26 (10.55% from 255) = 37.14%

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

R = 28.57%
G = 37.14%
B = 34.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#141A18 (or 0x141A18) is known color: Dark Green. HEX triplet: 14, 1A and 18. RGB value is (20,26,24). Sum of RGB (Red+Green+Blue) = 20+26+24=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 26 - color contains mainly: green. Hex color #141A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A18 is #EBE5E7. Grayscale: #171717. Windows color (decimal): -15459816 or 1579540. OLE color: 1579540.

HSL color Cylindrical-coordinate representation of color #141A18: hue angle of 160º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #141A18 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 26 24 -
CMYK 0.23 0 0.08 0.90
HSL 160º 0.13% 0.09% -
HSV(B) 160º 0.23% 0.1% -
XYZ 0.82 0.95 1 -
YUV 23.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 20 26 24 0.23 0 0.08 0.90 160 0.13 0.09
Hex 14 1A 18 17 0 8 5A A0 D 9
Octal 24 32 30 27 0 10 132 240 15 11
Binary 10100 11010 11000 10111 0 1000 1011010 10100000 1101 1001

Color Harmonies of #141A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141A18

Black with #141A18

Text Example


Text Example

White with #141A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141A18; }

 p { color: rgb(20,26,24); }

 H1.HeaderClassName
 {
   color: #141A18;
 }
 .AnyTagClassName
 {
   color: #141A18;
 }
</style>

background-color css

<style>
 a { background-color: #141A18; }

 a { background-color: rgb(20,26,24); }

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

border-color css

<style>
 span { border-color: #141A18; }

 span { border-color: rgb(20,26,24); }

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