#014A32

Color #014A32 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #014A32

Tints of British Racing Green #014A32

Color information

#014A32 (or 0x014A32) is unknown color: approx British Racing Green. HEX triplet: 01, 4A and 32. RGB value is (1,74,50). Sum of RGB (Red+Green+Blue) = 1+74+50=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 74 (29.30% from 255 or 59.2% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 74 - color contains mainly: green. Hex color #014A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A32 is #FEB5CD. Grayscale: #313131. Windows color (decimal): -16692686 or 3295745. OLE color: 3295745.

HSL color Cylindrical-coordinate representation of color #014A32: hue angle of 160.27º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A32 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB17450-
CMYK0.9900.320.71
HSL160.27º97.33%14.71%-
HSV(B)160.27º98.65%29.02%-
XYZ3.045.133.85-
YUV49.44128.3293.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 74 (29.30% from 255) = 59.2%
BLUE value IS 50 (19.92% from 255) = 40%
R=0.8%
G=59.2%
B=40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal174500.9900.320.71160.2797.3314.71
Hex14A326302047a061f
Octal11126214304010724014117
Binary110010101100101100011010000010001111010000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014A32; }

 p { color: rgb(1,74,50); }

 H1.HeaderClassName
 {
   color: #014A32;
 }
 .AnyTagClassName
 {
   color: #014A32;
 }
</style>
background-color css

<style>
 a { background-color: #014A32; }

 a { background-color: rgb(1,74,50); }

 div.DivClassName
 {
   background-color: #014A32;
 }
 .BgClassName
 {
   background-color: #014A32;
 }
</style>
border-color css

<style>
 span { border-color: #014A32; }

 span { border-color: rgb(1,74,50); }

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