Html Css Color HEX #142823 Racing Green

📋 copy color: '#142823'

red 20 ◦ green 40 ◦ blue 35

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

Shades of Racing Green #142823

Tints of Racing Green #142823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 42.11%

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

R = 21.05%
G = 42.11%
B = 36.84%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#142823 (or 0x142823) is known color: Racing Green. HEX triplet: 14, 28 and 23. RGB value is (20,40,35). Sum of RGB (Red+Green+Blue) = 20+40+35=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #142823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142823 is #EBD7DC. Grayscale: #212121. Windows color (decimal): -15456221 or 2304020. OLE color: 2304020.

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

Color convert

RGB 20 40 35 -
CMYK 0.5 0 0.12 0.84
HSL 165º 0.33% 0.12% -
HSV(B) 165º 0.5% 0.16% -
XYZ 1.35 1.79 1.86 -
YUV 33.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 20 40 35 0.5 0 0.12 0.84 165 0.33 0.12
Hex 14 28 23 32 0 C 54 A5 21 C
Octal 24 50 43 62 0 14 124 245 41 14
Binary 10100 101000 100011 110010 0 1100 1010100 10100101 100001 1100

Color Harmonies of #142823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142823

Black with #142823

Text Example


Text Example

White with #142823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142823; }

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

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

background-color css

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

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

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

border-color css

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

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

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