Html Css Color HEX #14322D Racing Green

📋 copy color: '#14322D'

red 20 ◦ green 50 ◦ blue 45

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

Shades of Racing Green #14322D

Tints of Racing Green #14322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.48%

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

R = 17.39%
G = 43.48%
B = 39.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#14322D (or 0x14322D) is known color: Racing Green. HEX triplet: 14, 32 and 2D. RGB value is (20,50,45). Sum of RGB (Red+Green+Blue) = 20+50+45=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #14322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14322D is #EBCDD2. Grayscale: #282828. Windows color (decimal): -15453651 or 2961940. OLE color: 2961940.

HSL color Cylindrical-coordinate representation of color #14322D: hue angle of 170º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14322D is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 50 45 -
CMYK 0.60 0 0.10 0.80
HSL 170º 0.43% 0.14% -
HSV(B) 170º 0.6% 0.2% -
XYZ 1.9 2.62 2.89 -
YUV 40.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 20 50 45 0.60 0 0.10 0.80 170 0.43 0.14
Hex 14 32 2D 3C 0 A 50 AA 2B E
Octal 24 62 55 74 0 12 120 252 53 16
Binary 10100 110010 101101 111100 0 1010 1010000 10101010 101011 1110

Color Harmonies of #14322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14322D

Black with #14322D

Text Example


Text Example

White with #14322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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