#014814

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

Shades of British Racing Green #014814

Tints of British Racing Green #014814

Color information

#014814 (or 0x014814) is unknown color: approx British Racing Green. HEX triplet: 01, 48 and 14. RGB value is (1,72,20). Sum of RGB (Red+Green+Blue) = 1+72+20=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #014814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014814 is #FEB7EB. Grayscale: #2C2C2C. Windows color (decimal): -16693228 or 1329153. OLE color: 1329153.

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

Color convert

RGB17220-
CMYK0.9900.720.72
HSL136.06º97.26%14.31%-
HSV(B)136.06º98.61%28.24%-
XYZ2.464.691.44-
YUV44.84113.9896.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 72 (28.52% from 255) = 77.42%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=1.08%
G=77.42%
B=21.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172200.9900.720.72136.0697.2614.31
Hex1481463048488861e
Octal111024143011011021014116
Binary110010001010011000110100100010010001000100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014814; }

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

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

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

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

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

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

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

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