Html Css Color HEX #141D1C Racing Green

📋 copy color: '#141D1C'

red 20 ◦ green 29 ◦ blue 28

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

Shades of Racing Green #141D1C

Tints of Racing Green #141D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 36.36%

R = 25.97%
G = 37.66%
B = 36.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.89

RGB Variations

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

Color information

#141D1C (or 0x141D1C) is known color: Racing Green. HEX triplet: 14, 1D and 1C. RGB value is (20,29,28). Sum of RGB (Red+Green+Blue) = 20+29+28=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 29 - color contains mainly: green. Hex color #141D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D1C is #EBE2E3. Grayscale: #1A1A1A. Windows color (decimal): -15459044 or 1842452. OLE color: 1842452.

HSL color Cylindrical-coordinate representation of color #141D1C: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #141D1C is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 29 28 -
CMYK 0.31 0 0.03 0.89
HSL 173.33º 0.18% 0.1% -
HSV(B) 173.33º 0.31% 0.11% -
XYZ 0.94 1.11 1.26 -
YUV 26.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 20 29 28 0.31 0 0.03 0.89 173.33 0.18 0.1
Hex 14 1D 1C 1F 0 3 59 AD 12 A
Octal 24 35 34 37 0 3 131 255 22 12
Binary 10100 11101 11100 11111 0 11 1011001 10101101 10010 1010

Color Harmonies of #141D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D1C

Black with #141D1C

Text Example


Text Example

White with #141D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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