Html Css Color HEX #142A23 Racing Green

📋 copy color: '#142A23'

red 20 ◦ green 42 ◦ blue 35

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

Shades of Racing Green #142A23

Tints of Racing Green #142A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 43.3%

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

R = 20.62%
G = 43.3%
B = 36.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#142A23 (or 0x142A23) is known color: Racing Green. HEX triplet: 14, 2A and 23. RGB value is (20,42,35). Sum of RGB (Red+Green+Blue) = 20+42+35=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 42 - color contains mainly: green. Hex color #142A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A23 is #EBD5DC. Grayscale: #222222. Windows color (decimal): -15455709 or 2304532. OLE color: 2304532.

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

Color convert

RGB 20 42 35 -
CMYK 0.52 0 0.17 0.84
HSL 160.91º 0.35% 0.12% -
HSV(B) 160.91º 0.52% 0.16% -
XYZ 1.42 1.93 1.89 -
YUV 34.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 20 42 35 0.52 0 0.17 0.84 160.91 0.35 0.12
Hex 14 2A 23 34 0 11 54 A1 23 C
Octal 24 52 43 64 0 21 124 241 43 14
Binary 10100 101010 100011 110100 0 10001 1010100 10100001 100011 1100

Color Harmonies of #142A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A23

Black with #142A23

Text Example


Text Example

White with #142A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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