Html Css Color HEX #14372D Racing Green

📋 copy color: '#14372D'

red 20 ◦ green 55 ◦ blue 45

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

Shades of Racing Green #14372D

Tints of Racing Green #14372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.5%

R = 16.67%
G = 45.83%
B = 37.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#14372D (or 0x14372D) is known color: Racing Green. HEX triplet: 14, 37 and 2D. RGB value is (20,55,45). Sum of RGB (Red+Green+Blue) = 20+55+45=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #14372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14372D is #EBC8D2. Grayscale: #2B2B2B. Windows color (decimal): -15452371 or 2963220. OLE color: 2963220.

HSL color Cylindrical-coordinate representation of color #14372D: hue angle of 162.86º 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 #14372D is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 45 -
CMYK 0.64 0 0.18 0.78
HSL 162.86º 0.47% 0.15% -
HSV(B) 162.86º 0.64% 0.22% -
XYZ 2.13 3.07 2.96 -
YUV 43.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 20 55 45 0.64 0 0.18 0.78 162.86 0.47 0.15
Hex 14 37 2D 40 0 12 4E A3 2F F
Octal 24 67 55 100 0 22 116 243 57 17
Binary 10100 110111 101101 1000000 0 10010 1001110 10100011 101111 1111

Color Harmonies of #14372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14372D

Black with #14372D

Text Example


Text Example

White with #14372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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