#014F25

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

Shades of British Racing Green #014F25

Tints of British Racing Green #014F25

Color information

#014F25 (or 0x014F25) is unknown color: approx British Racing Green. HEX triplet: 01, 4F and 25. RGB value is (1,79,37). Sum of RGB (Red+Green+Blue) = 1+79+37=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 79 (31.25% from 255 or 67.52% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 79 - color contains mainly: green. Hex color #014F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F25 is #FEB0DA. Grayscale: #323232. Windows color (decimal): -16691419 or 2445057. OLE color: 2445057.

HSL color Cylindrical-coordinate representation of color #014F25: hue angle of 147.69º 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 #014F25 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB17937-
CMYK0.9900.530.69
HSL147.69º97.5%15.69%-
HSV(B)147.69º98.73%30.98%-
XYZ3.145.732.69-
YUV50.89120.1692.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 79 (31.25% from 255) = 67.52%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=0.85%
G=67.52%
B=31.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal179370.9900.530.69147.6997.515.69
Hex14F256303545946210
Octal11174514306510522414220
Binary1100111110010111000110110101100010110010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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