Html Css Color HEX #141C1B Racing Green

📋 copy color: '#141C1B'

red 20 ◦ green 28 ◦ blue 27

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

Shades of Racing Green #141C1B

Tints of Racing Green #141C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 36%

R = 26.67%
G = 37.33%
B = 36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#141C1B (or 0x141C1B) is known color: Racing Green. HEX triplet: 14, 1C and 1B. RGB value is (20,28,27). Sum of RGB (Red+Green+Blue) = 20+28+27=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 28 - color contains mainly: green. Hex color #141C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C1B is #EBE3E4. Grayscale: #191919. Windows color (decimal): -15459301 or 1776660. OLE color: 1776660.

HSL color Cylindrical-coordinate representation of color #141C1B: hue angle of 172.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 #141C1B is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 28 27 -
CMYK 0.29 0 0.04 0.89
HSL 172.5º 0.17% 0.09% -
HSV(B) 172.5º 0.29% 0.11% -
XYZ 0.9 1.06 1.19 -
YUV 25.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 20 28 27 0.29 0 0.04 0.89 172.5 0.17 0.09
Hex 14 1C 1B 1D 0 4 59 AC 11 9
Octal 24 34 33 35 0 4 131 254 21 11
Binary 10100 11100 11011 11101 0 100 1011001 10101100 10001 1001

Color Harmonies of #141C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C1B

Black with #141C1B

Text Example


Text Example

White with #141C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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