Html Css Color HEX #14382E Racing Green

📋 copy color: '#14382E'

red 20 ◦ green 56 ◦ blue 46

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

Shades of Racing Green #14382E

Tints of Racing Green #14382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.9%

 BLUE value IS 46 (18.36% from 255) = 37.7%

R = 16.39%
G = 45.9%
B = 37.7%

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

#14382E (or 0x14382E) is known color: Racing Green. HEX triplet: 14, 38 and 2E. RGB value is (20,56,46). Sum of RGB (Red+Green+Blue) = 20+56+46=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #14382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14382E is #EBC7D1. Grayscale: #2C2C2C. Windows color (decimal): -15452114 or 3029012. OLE color: 3029012.

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

Color convert

RGB 20 56 46 -
CMYK 0.64 0 0.18 0.78
HSL 163.33º 0.47% 0.15% -
HSV(B) 163.33º 0.64% 0.22% -
XYZ 2.2 3.17 3.08 -
YUV 44.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 20 56 46 0.64 0 0.18 0.78 163.33 0.47 0.15
Hex 14 38 2E 40 0 12 4E A3 2F F
Octal 24 70 56 100 0 22 116 243 57 17
Binary 10100 111000 101110 1000000 0 10010 1001110 10100011 101111 1111

Color Harmonies of #14382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14382E

Black with #14382E

Text Example


Text Example

White with #14382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14382E; }

 p { color: rgb(20,56,46); }

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

background-color css

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

 a { background-color: rgb(20,56,46); }

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

border-color css

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

 span { border-color: rgb(20,56,46); }

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