#014130

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

Shades of British Racing Green #014130

Tints of British Racing Green #014130

Color information

#014130 (or 0x014130) is unknown color: approx British Racing Green. HEX triplet: 01, 41 and 30. RGB value is (1,65,48). Sum of RGB (Red+Green+Blue) = 1+65+48=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #014130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014130 is #FEBECF. Grayscale: #2B2B2B. Windows color (decimal): -16694992 or 3162369. OLE color: 3162369.

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

Color convert

RGB16548-
CMYK0.9800.260.75
HSL164.06º96.97%12.94%-
HSV(B)164.06º98.46%25.49%-
XYZ2.4443.44-
YUV43.93130.397.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 65 (25.78% from 255) = 57.02%
BLUE value IS 48 (19.14% from 255) = 42.11%
R=0.88%
G=57.02%
B=42.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165480.9800.260.75164.0696.9712.94
Hex141306201A4Ba461d
Octal11016014203211324414115
Binary11000001110000110001001101010010111010010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014130; }

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

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

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

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

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

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

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

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