Html Css Color HEX #141E1D Racing Green

📋 copy color: '#141E1D'

red 20 ◦ green 30 ◦ blue 29

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

Shades of Racing Green #141E1D

Tints of Racing Green #141E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 37.97%

 BLUE value IS 29 (11.72% from 255) = 36.71%

R = 25.32%
G = 37.97%
B = 36.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#141E1D (or 0x141E1D) is known color: Racing Green. HEX triplet: 14, 1E and 1D. RGB value is (20,30,29). Sum of RGB (Red+Green+Blue) = 20+30+29=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 30 - color contains mainly: green. Hex color #141E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E1D is #EBE1E2. Grayscale: #1A1A1A. Windows color (decimal): -15458787 or 1908244. OLE color: 1908244.

HSL color Cylindrical-coordinate representation of color #141E1D: hue angle of 174º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141E1D is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 30 29 -
CMYK 0.33 0 0.03 0.88
HSL 174º 0.2% 0.1% -
HSV(B) 174º 0.33% 0.12% -
XYZ 0.97 1.17 1.34 -
YUV 26.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 20 30 29 0.33 0 0.03 0.88 174 0.2 0.1
Hex 14 1E 1D 21 0 3 58 AE 14 A
Octal 24 36 35 41 0 3 130 256 24 12
Binary 10100 11110 11101 100001 0 11 1011000 10101110 10100 1010

Color Harmonies of #141E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E1D

Black with #141E1D

Text Example


Text Example

White with #141E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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