Html Css Color HEX #141D1B Racing Green

📋 copy color: '#141D1B'

red 20 ◦ green 29 ◦ blue 27

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

Shades of Racing Green #141D1B

Tints of Racing Green #141D1B

RGB

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

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

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

R = 26.32%
G = 38.16%
B = 35.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#141D1B (or 0x141D1B) is known color: Racing Green. HEX triplet: 14, 1D and 1B. RGB value is (20,29,27). Sum of RGB (Red+Green+Blue) = 20+29+27=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 29 - color contains mainly: green. Hex color #141D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D1B is #EBE2E4. Grayscale: #1A1A1A. Windows color (decimal): -15459045 or 1776916. OLE color: 1776916.

HSL color Cylindrical-coordinate representation of color #141D1B: hue angle of 166.67º 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 #141D1B is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 29 27 -
CMYK 0.31 0 0.07 0.89
HSL 166.67º 0.18% 0.1% -
HSV(B) 166.67º 0.31% 0.11% -
XYZ 0.93 1.11 1.2 -
YUV 26.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 20 29 27 0.31 0 0.07 0.89 166.67 0.18 0.1
Hex 14 1D 1B 1F 0 7 59 A7 12 A
Octal 24 35 33 37 0 7 131 247 22 12
Binary 10100 11101 11011 11111 0 111 1011001 10100111 10010 1010

Color Harmonies of #141D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D1B

Black with #141D1B

Text Example


Text Example

White with #141D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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