Html Css Color HEX #14342D Racing Green

📋 copy color: '#14342D'

red 20 ◦ green 52 ◦ blue 45

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

Shades of Racing Green #14342D

Tints of Racing Green #14342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.44%

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

R = 17.09%
G = 44.44%
B = 38.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.80

RGB Variations

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

Color information

#14342D (or 0x14342D) is known color: Racing Green. HEX triplet: 14, 34 and 2D. RGB value is (20,52,45). Sum of RGB (Red+Green+Blue) = 20+52+45=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #14342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14342D is #EBCBD2. Grayscale: #292929. Windows color (decimal): -15453139 or 2962452. OLE color: 2962452.

HSL color Cylindrical-coordinate representation of color #14342D: hue angle of 166.88º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14342D is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 52 45 -
CMYK 0.62 0 0.13 0.80
HSL 166.88º 0.44% 0.14% -
HSV(B) 166.88º 0.62% 0.2% -
XYZ 1.99 2.79 2.92 -
YUV 41.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 20 52 45 0.62 0 0.13 0.80 166.88 0.44 0.14
Hex 14 34 2D 3E 0 D 50 A7 2C E
Octal 24 64 55 76 0 15 120 247 54 16
Binary 10100 110100 101101 111110 0 1101 1010000 10100111 101100 1110

Color Harmonies of #14342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14342D

Black with #14342D

Text Example


Text Example

White with #14342D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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