#014125

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

Shades of British Racing Green #014125

Tints of British Racing Green #014125

Color information

#014125 (or 0x014125) is unknown color: approx British Racing Green. HEX triplet: 01, 41 and 25. RGB value is (1,65,37). Sum of RGB (Red+Green+Blue) = 1+65+37=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #014125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014125 is #FEBEDA. Grayscale: #2A2A2A. Windows color (decimal): -16695003 or 2441473. OLE color: 2441473.

HSL color Cylindrical-coordinate representation of color #014125: hue angle of 153.75º 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 #014125 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB16537-
CMYK0.9800.430.75
HSL153.75º96.97%12.94%-
HSV(B)153.75º98.46%25.49%-
XYZ2.243.922.39-
YUV42.67124.898.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 65 (25.78% from 255) = 63.11%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=0.97%
G=63.11%
B=35.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165370.9800.430.75153.7596.9712.94
Hex141256202B4B9a61d
Octal11014514205311323214115
Binary110000011001011100010010101110010111001101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014125; }

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

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

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

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

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

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

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

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