Html Css Color HEX #14372F Racing Green

📋 copy color: '#14372F'

red 20 ◦ green 55 ◦ blue 47

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

Shades of Racing Green #14372F

Tints of Racing Green #14372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.52%

R = 16.39%
G = 45.08%
B = 38.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#14372F (or 0x14372F) is known color: Racing Green. HEX triplet: 14, 37 and 2F. RGB value is (20,55,47). Sum of RGB (Red+Green+Blue) = 20+55+47=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #14372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14372F is #EBC8D0. Grayscale: #2B2B2B. Windows color (decimal): -15452369 or 3094292. OLE color: 3094292.

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

Color convert

RGB 20 55 47 -
CMYK 0.64 0 0.15 0.78
HSL 166.29º 0.47% 0.15% -
HSV(B) 166.29º 0.64% 0.22% -
XYZ 2.17 3.09 3.17 -
YUV 43.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 20 55 47 0.64 0 0.15 0.78 166.29 0.47 0.15
Hex 14 37 2F 40 0 F 4E A6 2F F
Octal 24 67 57 100 0 17 116 246 57 17
Binary 10100 110111 101111 1000000 0 1111 1001110 10100110 101111 1111

Color Harmonies of #14372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14372F

Black with #14372F

Text Example


Text Example

White with #14372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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