#014B28

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

Shades of British Racing Green #014B28

Tints of British Racing Green #014B28

Color information

#014B28 (or 0x014B28) is unknown color: approx British Racing Green. HEX triplet: 01, 4B and 28. RGB value is (1,75,40). Sum of RGB (Red+Green+Blue) = 1+75+40=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 75 (29.69% from 255 or 64.66% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 75 - color contains mainly: green. Hex color #014B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B28 is #FEB4D7. Grayscale: #303030. Windows color (decimal): -16692440 or 2640641. OLE color: 2640641.

HSL color Cylindrical-coordinate representation of color #014B28: hue angle of 151.62º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B28 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB17540-
CMYK0.9900.470.71
HSL151.62º97.37%14.9%-
HSV(B)151.62º98.67%29.41%-
XYZ2.915.192.86-
YUV48.88122.9893.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 75 (29.69% from 255) = 64.66%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=0.86%
G=64.66%
B=34.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal175400.9900.470.71151.6297.3714.9
Hex14B286302F479861f
Octal11135014305710723014117
Binary110010111010001100011010111110001111001100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,75,40); }

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

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

 a { background-color: rgb(1,75,40); }

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

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

 span { border-color: rgb(1,75,40); }

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