Html Css Color HEX #14332E Racing Green

📋 copy color: '#14332E'

red 20 ◦ green 51 ◦ blue 46

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

Shades of Racing Green #14332E

Tints of Racing Green #14332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 43.59%

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

R = 17.09%
G = 43.59%
B = 39.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#14332E (or 0x14332E) is known color: Racing Green. HEX triplet: 14, 33 and 2E. RGB value is (20,51,46). Sum of RGB (Red+Green+Blue) = 20+51+46=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #14332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14332E is #EBCCD1. Grayscale: #292929. Windows color (decimal): -15453394 or 3027732. OLE color: 3027732.

HSL color Cylindrical-coordinate representation of color #14332E: hue angle of 170.32º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #14332E is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 46 -
CMYK 0.61 0 0.10 0.8
HSL 170.32º 0.44% 0.14% -
HSV(B) 170.32º 0.61% 0.2% -
XYZ 1.97 2.71 3 -
YUV 41.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 20 51 46 0.61 0 0.10 0.8 170.32 0.44 0.14
Hex 14 33 2E 3D 0 A 50 AA 2C E
Octal 24 63 56 75 0 12 120 252 54 16
Binary 10100 110011 101110 111101 0 1010 1010000 10101010 101100 1110

Color Harmonies of #14332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14332E

Black with #14332E

Text Example


Text Example

White with #14332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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