#014025

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

Shades of British Racing Green #014025

Tints of British Racing Green #014025

Color information

#014025 (or 0x014025) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 25. RGB value is (1,64,37). Sum of RGB (Red+Green+Blue) = 1+64+37=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #014025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014025 is #FEBFDA. Grayscale: #2A2A2A. Windows color (decimal): -16695259 or 2441217. OLE color: 2441217.

HSL color Cylindrical-coordinate representation of color #014025: hue angle of 154.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014025 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB16437-
CMYK0.9800.420.75
HSL154.29º96.92%12.75%-
HSV(B)154.29º98.44%25.1%-
XYZ2.183.812.37-
YUV42.08125.1398.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 64 (25.39% from 255) = 62.75%
BLUE value IS 37 (14.84% from 255) = 36.27%
R=0.98%
G=62.75%
B=36.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164370.9800.420.75154.2996.9212.75
Hex140256202A4B9a61d
Octal11004514205211323214115
Binary110000001001011100010010101010010111001101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014025; }

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

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

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

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

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

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

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

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