#014818

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

Shades of British Racing Green #014818

Tints of British Racing Green #014818

Color information

#014818 (or 0x014818) is unknown color: approx British Racing Green. HEX triplet: 01, 48 and 18. RGB value is (1,72,24). Sum of RGB (Red+Green+Blue) = 1+72+24=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #014818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014818 is #FEB7E7. Grayscale: #2D2D2D. Windows color (decimal): -16693224 or 1591297. OLE color: 1591297.

HSL color Cylindrical-coordinate representation of color #014818: hue angle of 139.44º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014818 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB17224-
CMYK0.9900.670.72
HSL139.44º97.26%14.31%-
HSV(B)139.44º98.61%28.24%-
XYZ2.494.711.64-
YUV45.3115.9896.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 72 (28.52% from 255) = 74.23%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=1.03%
G=74.23%
B=24.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172240.9900.670.72139.4497.2614.31
Hex1481863043488b61e
Octal111030143010311021314116
Binary110010001100011000110100001110010001000101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014818; }

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

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

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

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

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

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

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

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