Html Css Color HEX #142724 Racing Green

📋 copy color: '#142724'

red 20 ◦ green 39 ◦ blue 36

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

Shades of Racing Green #142724

Tints of Racing Green #142724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 41.05%

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

R = 21.05%
G = 41.05%
B = 37.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#142724 (or 0x142724) is known color: Racing Green. HEX triplet: 14, 27 and 24. RGB value is (20,39,36). Sum of RGB (Red+Green+Blue) = 20+39+36=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #142724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142724 is #EBD8DB. Grayscale: #202020. Windows color (decimal): -15456476 or 2369300. OLE color: 2369300.

HSL color Cylindrical-coordinate representation of color #142724: hue angle of 170.53º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142724 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 39 36 -
CMYK 0.49 0 0.08 0.85
HSL 170.53º 0.32% 0.12% -
HSV(B) 170.53º 0.49% 0.15% -
XYZ 1.33 1.73 1.93 -
YUV 32.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 20 39 36 0.49 0 0.08 0.85 170.53 0.32 0.12
Hex 14 27 24 31 0 8 55 AB 20 C
Octal 24 47 44 61 0 10 125 253 40 14
Binary 10100 100111 100100 110001 0 1000 1010101 10101011 100000 1100

Color Harmonies of #142724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142724

Black with #142724

Text Example


Text Example

White with #142724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142724; }

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

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

background-color css

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

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

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

border-color css

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

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

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