Html Css Color HEX #141C19 Dark Green

📋 copy color: '#141C19'

red 20 ◦ green 28 ◦ blue 25

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

Shades of Dark Green #141C19

Tints of Dark Green #141C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 38.36%

 BLUE value IS 25 (10.16% from 255) = 34.25%

R = 27.4%
G = 38.36%
B = 34.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#141C19 (or 0x141C19) is known color: Dark Green. HEX triplet: 14, 1C and 19. RGB value is (20,28,25). Sum of RGB (Red+Green+Blue) = 20+28+25=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 28 - color contains mainly: green. Hex color #141C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C19 is #EBE3E6. Grayscale: #191919. Windows color (decimal): -15459303 or 1645588. OLE color: 1645588.

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

Color convert

RGB 20 28 25 -
CMYK 0.29 0 0.11 0.89
HSL 157.5º 0.17% 0.09% -
HSV(B) 157.5º 0.29% 0.11% -
XYZ 0.88 1.05 1.08 -
YUV 25.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 20 28 25 0.29 0 0.11 0.89 157.5 0.17 0.09
Hex 14 1C 19 1D 0 B 59 9E 11 9
Octal 24 34 31 35 0 13 131 236 21 11
Binary 10100 11100 11001 11101 0 1011 1011001 10011110 10001 1001

Color Harmonies of #141C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C19

Black with #141C19

Text Example


Text Example

White with #141C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,28,25); }

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

background-color css

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

 a { background-color: rgb(20,28,25); }

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

border-color css

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

 span { border-color: rgb(20,28,25); }

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