Html Css Color HEX #14352F Racing Green

📋 copy color: '#14352F'

red 20 ◦ green 53 ◦ blue 47

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

Shades of Racing Green #14352F

Tints of Racing Green #14352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.17%

 BLUE value IS 47 (18.75% from 255) = 39.17%

R = 16.67%
G = 44.17%
B = 39.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#14352F (or 0x14352F) is known color: Racing Green. HEX triplet: 14, 35 and 2F. RGB value is (20,53,47). Sum of RGB (Red+Green+Blue) = 20+53+47=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #14352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14352F is #EBCAD0. Grayscale: #2A2A2A. Windows color (decimal): -15452881 or 3093780. OLE color: 3093780.

HSL color Cylindrical-coordinate representation of color #14352F: hue angle of 169.09º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14352F is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 47 -
CMYK 0.62 0 0.11 0.79
HSL 169.09º 0.45% 0.14% -
HSV(B) 169.09º 0.62% 0.21% -
XYZ 2.07 2.9 3.14 -
YUV 42.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 20 53 47 0.62 0 0.11 0.79 169.09 0.45 0.14
Hex 14 35 2F 3E 0 B 4F A9 2D E
Octal 24 65 57 76 0 13 117 251 55 16
Binary 10100 110101 101111 111110 0 1011 1001111 10101001 101101 1110

Color Harmonies of #14352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14352F

Black with #14352F

Text Example


Text Example

White with #14352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14352F; }

 p { color: rgb(20,53,47); }

 H1.HeaderClassName
 {
   color: #14352F;
 }
 .AnyTagClassName
 {
   color: #14352F;
 }
</style>

background-color css

<style>
 a { background-color: #14352F; }

 a { background-color: rgb(20,53,47); }

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

border-color css

<style>
 span { border-color: #14352F; }

 span { border-color: rgb(20,53,47); }

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