#014912

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

Shades of British Racing Green #014912

Tints of British Racing Green #014912

Color information

#014912 (or 0x014912) is unknown color: approx British Racing Green. HEX triplet: 01, 49 and 12. RGB value is (1,73,18). Sum of RGB (Red+Green+Blue) = 1+73+18=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 73 (28.91% from 255 or 79.35% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 73 - color contains mainly: green. Hex color #014912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014912 is #FEB6ED. Grayscale: #2D2D2D. Windows color (decimal): -16692974 or 1198337. OLE color: 1198337.

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

Color convert

RGB17318-
CMYK0.9900.750.71
HSL134.17º97.3%14.51%-
HSV(B)134.17º98.63%28.63%-
XYZ2.54.821.37-
YUV45.2112.6596.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 73 (28.91% from 255) = 79.35%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=1.09%
G=79.35%
B=19.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173180.9900.750.71134.1797.314.51
Hex149126304B478661f
Octal111122143011310720614117
Binary110010011001011000110100101110001111000011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014912; }

 p { color: rgb(1,73,18); }

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

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

 a { background-color: rgb(1,73,18); }

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

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

 span { border-color: rgb(1,73,18); }

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