Html Css Color HEX #142320 Racing Green

📋 copy color: '#142320'

red 20 ◦ green 35 ◦ blue 32

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

Shades of Racing Green #142320

Tints of Racing Green #142320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 40.23%

 BLUE value IS 32 (12.89% from 255) = 36.78%

R = 22.99%
G = 40.23%
B = 36.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#142320 (or 0x142320) is known color: Racing Green. HEX triplet: 14, 23 and 20. RGB value is (20,35,32). Sum of RGB (Red+Green+Blue) = 20+35+32=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #142320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142320 is #EBDCDF. Grayscale: #1E1E1E. Windows color (decimal): -15457504 or 2106132. OLE color: 2106132.

HSL color Cylindrical-coordinate representation of color #142320: hue angle of 168º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142320 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 35 32 -
CMYK 0.43 0 0.09 0.86
HSL 168º 0.27% 0.11% -
HSV(B) 168º 0.43% 0.14% -
XYZ 1.15 1.46 1.59 -
YUV 30.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 20 35 32 0.43 0 0.09 0.86 168 0.27 0.11
Hex 14 23 20 2B 0 9 56 A8 1B B
Octal 24 43 40 53 0 11 126 250 33 13
Binary 10100 100011 100000 101011 0 1001 1010110 10101000 11011 1011

Color Harmonies of #142320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142320

Black with #142320

Text Example


Text Example

White with #142320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142320; }

 p { color: rgb(20,35,32); }

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

background-color css

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

 a { background-color: rgb(20,35,32); }

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

border-color css

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

 span { border-color: rgb(20,35,32); }

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