Html Css Color HEX #143730 Racing Green

📋 copy color: '#143730'

red 20 ◦ green 55 ◦ blue 48

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

Shades of Racing Green #143730

Tints of Racing Green #143730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.72%

 BLUE value IS 48 (19.14% from 255) = 39.02%

R = 16.26%
G = 44.72%
B = 39.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#143730 (or 0x143730) is known color: Racing Green. HEX triplet: 14, 37 and 30. RGB value is (20,55,48). Sum of RGB (Red+Green+Blue) = 20+55+48=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #143730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143730 is #EBC8CF. Grayscale: #2B2B2B. Windows color (decimal): -15452368 or 3159828. OLE color: 3159828.

HSL color Cylindrical-coordinate representation of color #143730: hue angle of 168º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143730 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 48 -
CMYK 0.64 0 0.13 0.78
HSL 168º 0.47% 0.15% -
HSV(B) 168º 0.64% 0.22% -
XYZ 2.19 3.09 3.28 -
YUV 43.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 20 55 48 0.64 0 0.13 0.78 168 0.47 0.15
Hex 14 37 30 40 0 D 4E A8 2F F
Octal 24 67 60 100 0 15 116 250 57 17
Binary 10100 110111 110000 1000000 0 1101 1001110 10101000 101111 1111

Color Harmonies of #143730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143730

Black with #143730

Text Example


Text Example

White with #143730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143730; }

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

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

background-color css

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

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

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

border-color css

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

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

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