#014B18

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

Shades of British Racing Green #014B18

Tints of British Racing Green #014B18

Color information

#014B18 (or 0x014B18) is unknown color: approx British Racing Green. HEX triplet: 01, 4B and 18. RGB value is (1,75,24). Sum of RGB (Red+Green+Blue) = 1+75+24=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 75 (29.69% from 255 or 75% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 75 - color contains mainly: green. Hex color #014B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014B18 is #FEB4E7. Grayscale: #2F2F2F. Windows color (decimal): -16692456 or 1592065. OLE color: 1592065.

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

Color convert

RGB17524-
CMYK0.9900.680.71
HSL138.65º97.37%14.9%-
HSV(B)138.65º98.67%29.41%-
XYZ2.695.11.71-
YUV47.06114.9895.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 75 (29.69% from 255) = 75%
BLUE value IS 24 (9.77% from 255) = 24%
R=1%
G=75%
B=24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal175240.9900.680.71138.6597.3714.9
Hex14B1863044478b61f
Octal111330143010410721314117
Binary110010111100011000110100010010001111000101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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