Html Css Color HEX #142723 Racing Green

📋 copy color: '#142723'

red 20 ◦ green 39 ◦ blue 35

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

Shades of Racing Green #142723

Tints of Racing Green #142723

RGB

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

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

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

R = 21.28%
G = 41.49%
B = 37.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.85

RGB Variations

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

Color information

#142723 (or 0x142723) is known color: Racing Green. HEX triplet: 14, 27 and 23. RGB value is (20,39,35). Sum of RGB (Red+Green+Blue) = 20+39+35=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #142723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142723 is #EBD8DC. Grayscale: #202020. Windows color (decimal): -15456477 or 2303764. OLE color: 2303764.

HSL color Cylindrical-coordinate representation of color #142723: hue angle of 167.37º 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 #142723 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 39 35 -
CMYK 0.49 0 0.10 0.85
HSL 167.37º 0.32% 0.12% -
HSV(B) 167.37º 0.49% 0.15% -
XYZ 1.32 1.72 1.85 -
YUV 32.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 20 39 35 0.49 0 0.10 0.85 167.37 0.32 0.12
Hex 14 27 23 31 0 A 55 A7 20 C
Octal 24 47 43 61 0 12 125 247 40 14
Binary 10100 100111 100011 110001 0 1010 1010101 10100111 100000 1100

Color Harmonies of #142723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142723

Black with #142723

Text Example


Text Example

White with #142723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142723; }

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

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

background-color css

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

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

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

border-color css

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

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

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