Html Css Color HEX #142924 Racing Green

📋 copy color: '#142924'

red 20 ◦ green 41 ◦ blue 36

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

Shades of Racing Green #142924

Tints of Racing Green #142924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 42.27%

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

R = 20.62%
G = 42.27%
B = 37.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#142924 (or 0x142924) is known color: Racing Green. HEX triplet: 14, 29 and 24. RGB value is (20,41,36). Sum of RGB (Red+Green+Blue) = 20+41+36=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #142924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142924 is #EBD6DB. Grayscale: #222222. Windows color (decimal): -15455964 or 2369812. OLE color: 2369812.

HSL color Cylindrical-coordinate representation of color #142924: hue angle of 165.71º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142924 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 41 36 -
CMYK 0.51 0 0.12 0.84
HSL 165.71º 0.34% 0.12% -
HSV(B) 165.71º 0.51% 0.16% -
XYZ 1.4 1.86 1.95 -
YUV 34.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 20 41 36 0.51 0 0.12 0.84 165.71 0.34 0.12
Hex 14 29 24 33 0 C 54 A6 22 C
Octal 24 51 44 63 0 14 124 246 42 14
Binary 10100 101001 100100 110011 0 1100 1010100 10100110 100010 1100

Color Harmonies of #142924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142924

Black with #142924

Text Example


Text Example

White with #142924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142924; }

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

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

background-color css

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

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

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

border-color css

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

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

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