Html Css Color HEX #142523 Racing Green

📋 copy color: '#142523'

red 20 ◦ green 37 ◦ blue 35

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

Shades of Racing Green #142523

Tints of Racing Green #142523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.22%

 BLUE value IS 35 (14.06% from 255) = 38.04%

R = 21.74%
G = 40.22%
B = 38.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#142523 (or 0x142523) is known color: Racing Green. HEX triplet: 14, 25 and 23. RGB value is (20,37,35). Sum of RGB (Red+Green+Blue) = 20+37+35=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #142523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142523 is #EBDADC. Grayscale: #1F1F1F. Windows color (decimal): -15456989 or 2303252. OLE color: 2303252.

HSL color Cylindrical-coordinate representation of color #142523: hue angle of 172.94º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #142523 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 35 -
CMYK 0.46 0 0.05 0.85
HSL 172.94º 0.3% 0.11% -
HSV(B) 172.94º 0.46% 0.15% -
XYZ 1.25 1.59 1.83 -
YUV 31.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 20 37 35 0.46 0 0.05 0.85 172.94 0.3 0.11
Hex 14 25 23 2E 0 5 55 AD 1E B
Octal 24 45 43 56 0 5 125 255 36 13
Binary 10100 100101 100011 101110 0 101 1010101 10101101 11110 1011

Color Harmonies of #142523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142523

Black with #142523

Text Example


Text Example

White with #142523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142523; }

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

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

background-color css

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

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

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

border-color css

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

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

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