Html Css Color HEX #143028 Racing Green

📋 copy color: '#143028'

red 20 ◦ green 48 ◦ blue 40

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

Shades of Racing Green #143028

Tints of Racing Green #143028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.44%

 BLUE value IS 40 (16.02% from 255) = 37.04%

R = 18.52%
G = 44.44%
B = 37.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#143028 (or 0x143028) is known color: Racing Green. HEX triplet: 14, 30 and 28. RGB value is (20,48,40). Sum of RGB (Red+Green+Blue) = 20+48+40=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #143028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143028 is #EBCFD7. Grayscale: #262626. Windows color (decimal): -15454168 or 2633748. OLE color: 2633748.

HSL color Cylindrical-coordinate representation of color #143028: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143028 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 40 -
CMYK 0.58 0 0.17 0.81
HSL 162.86º 0.41% 0.13% -
HSV(B) 162.86º 0.58% 0.19% -
XYZ 1.73 2.42 2.38 -
YUV 38.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 20 48 40 0.58 0 0.17 0.81 162.86 0.41 0.13
Hex 14 30 28 3A 0 11 51 A3 29 D
Octal 24 60 50 72 0 21 121 243 51 15
Binary 10100 110000 101000 111010 0 10001 1010001 10100011 101001 1101

Color Harmonies of #143028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143028

Black with #143028

Text Example


Text Example

White with #143028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143028; }

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

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

background-color css

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

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

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

border-color css

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

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

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