#014F20

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

Shades of British Racing Green #014F20

Tints of British Racing Green #014F20

Color information

#014F20 (or 0x014F20) is unknown color: approx British Racing Green. HEX triplet: 01, 4F and 20. RGB value is (1,79,32). Sum of RGB (Red+Green+Blue) = 1+79+32=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 79 (31.25% from 255 or 70.54% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 79 - color contains mainly: green. Hex color #014F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F20 is #FEB0DF. Grayscale: #323232. Windows color (decimal): -16691424 or 2117377. OLE color: 2117377.

HSL color Cylindrical-coordinate representation of color #014F20: hue angle of 143.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F20 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB17932-
CMYK0.9900.590.69
HSL143.85º97.5%15.69%-
HSV(B)143.85º98.73%30.98%-
XYZ3.075.72.31-
YUV50.32117.6692.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 79 (31.25% from 255) = 70.54%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=0.89%
G=70.54%
B=28.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal179320.9900.590.69143.8597.515.69
Hex14F206303B45906210
Octal11174014307310522014220
Binary1100111110000011000110111011100010110010000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,79,32); }

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

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

 a { background-color: rgb(1,79,32); }

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

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

 span { border-color: rgb(1,79,32); }

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