Html Css Color HEX #141A19 Racing Green

📋 copy color: '#141A19'

red 20 ◦ green 26 ◦ blue 25

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

Shades of Racing Green #141A19

Tints of Racing Green #141A19

RGB

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

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

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

R = 28.17%
G = 36.62%
B = 35.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#141A19 (or 0x141A19) is known color: Racing Green. HEX triplet: 14, 1A and 19. RGB value is (20,26,25). Sum of RGB (Red+Green+Blue) = 20+26+25=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 26 - color contains mainly: green. Hex color #141A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A19 is #EBE5E6. Grayscale: #181818. Windows color (decimal): -15459815 or 1645076. OLE color: 1645076.

HSL color Cylindrical-coordinate representation of color #141A19: hue angle of 170º 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 #141A19 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 26 25 -
CMYK 0.23 0 0.04 0.90
HSL 170º 0.13% 0.09% -
HSV(B) 170º 0.23% 0.1% -
XYZ 0.83 0.96 1.06 -
YUV 24.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 20 26 25 0.23 0 0.04 0.90 170 0.13 0.09
Hex 14 1A 19 17 0 4 5A AA D 9
Octal 24 32 31 27 0 4 132 252 15 11
Binary 10100 11010 11001 10111 0 100 1011010 10101010 1101 1001

Color Harmonies of #141A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141A19

Black with #141A19

Text Example


Text Example

White with #141A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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