Html Css Color HEX #14362C Racing Green

📋 copy color: '#14362C'

red 20 ◦ green 54 ◦ blue 44

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

Shades of Racing Green #14362C

Tints of Racing Green #14362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 45.76%

 BLUE value IS 44 (17.58% from 255) = 37.29%

R = 16.95%
G = 45.76%
B = 37.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#14362C (or 0x14362C) is known color: Racing Green. HEX triplet: 14, 36 and 2C. RGB value is (20,54,44). Sum of RGB (Red+Green+Blue) = 20+54+44=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #14362C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14362C is #EBC9D3. Grayscale: #2A2A2A. Windows color (decimal): -15452628 or 2897428. OLE color: 2897428.

HSL color Cylindrical-coordinate representation of color #14362C: hue angle of 162.35º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #14362C is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 54 44 -
CMYK 0.63 0 0.19 0.79
HSL 162.35º 0.46% 0.15% -
HSV(B) 162.35º 0.63% 0.21% -
XYZ 2.06 2.97 2.85 -
YUV 42.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 20 54 44 0.63 0 0.19 0.79 162.35 0.46 0.15
Hex 14 36 2C 3F 0 13 4F A2 2E F
Octal 24 66 54 77 0 23 117 242 56 17
Binary 10100 110110 101100 111111 0 10011 1001111 10100010 101110 1111

Color Harmonies of #14362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14362C

Black with #14362C

Text Example


Text Example

White with #14362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14362C; }

 p { color: rgb(20,54,44); }

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

background-color css

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

 a { background-color: rgb(20,54,44); }

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

border-color css

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

 span { border-color: rgb(20,54,44); }

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