Html Css Color HEX #142624 Racing Green

📋 copy color: '#142624'

red 20 ◦ green 38 ◦ blue 36

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

Shades of Racing Green #142624

Tints of Racing Green #142624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40.43%

 BLUE value IS 36 (14.45% from 255) = 38.3%

R = 21.28%
G = 40.43%
B = 38.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#142624 (or 0x142624) is known color: Racing Green. HEX triplet: 14, 26 and 24. RGB value is (20,38,36). Sum of RGB (Red+Green+Blue) = 20+38+36=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #142624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142624 is #EBD9DB. Grayscale: #202020. Windows color (decimal): -15456732 or 2369044. OLE color: 2369044.

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

Color convert

RGB 20 38 36 -
CMYK 0.47 0 0.05 0.85
HSL 173.33º 0.31% 0.11% -
HSV(B) 173.33º 0.47% 0.15% -
XYZ 1.3 1.66 1.92 -
YUV 32.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 20 38 36 0.47 0 0.05 0.85 173.33 0.31 0.11
Hex 14 26 24 2F 0 5 55 AD 1F B
Octal 24 46 44 57 0 5 125 255 37 13
Binary 10100 100110 100100 101111 0 101 1010101 10101101 11111 1011

Color Harmonies of #142624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142624

Black with #142624

Text Example


Text Example

White with #142624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142624; }

 p { color: rgb(20,38,36); }

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

background-color css

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

 a { background-color: rgb(20,38,36); }

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

border-color css

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

 span { border-color: rgb(20,38,36); }

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