Html Css Color HEX #14362E Racing Green

📋 copy color: '#14362E'

red 20 ◦ green 54 ◦ blue 46

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

Shades of Racing Green #14362E

Tints of Racing Green #14362E

RGB

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

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

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

R = 16.67%
G = 45%
B = 38.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#14362E (or 0x14362E) is known color: Racing Green. HEX triplet: 14, 36 and 2E. RGB value is (20,54,46). Sum of RGB (Red+Green+Blue) = 20+54+46=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #14362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14362E is #EBC9D1. Grayscale: #2A2A2A. Windows color (decimal): -15452626 or 3028500. OLE color: 3028500.

HSL color Cylindrical-coordinate representation of color #14362E: hue angle of 165.88º 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 #14362E is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 54 46 -
CMYK 0.63 0 0.15 0.79
HSL 165.88º 0.46% 0.15% -
HSV(B) 165.88º 0.63% 0.21% -
XYZ 2.1 2.98 3.05 -
YUV 42.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 20 54 46 0.63 0 0.15 0.79 165.88 0.46 0.15
Hex 14 36 2E 3F 0 F 4F A6 2E F
Octal 24 66 56 77 0 17 117 246 56 17
Binary 10100 110110 101110 111111 0 1111 1001111 10100110 101110 1111

Color Harmonies of #14362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14362E

Black with #14362E

Text Example


Text Example

White with #14362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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