#014922

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

Shades of British Racing Green #014922

Tints of British Racing Green #014922

Color information

#014922 (or 0x014922) is unknown color: approx British Racing Green. HEX triplet: 01, 49 and 22. RGB value is (1,73,34). Sum of RGB (Red+Green+Blue) = 1+73+34=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #014922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014922 is #FEB6DD. Grayscale: #2F2F2F. Windows color (decimal): -16692958 or 2246913. OLE color: 2246913.

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

Color convert

RGB17334-
CMYK0.9900.530.71
HSL147.5º97.3%14.51%-
HSV(B)147.5º98.63%28.63%-
XYZ2.684.892.32-
YUV47.03120.6595.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 73 (28.91% from 255) = 67.59%
BLUE value IS 34 (13.67% from 255) = 31.48%
R=0.93%
G=67.59%
B=31.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173340.9900.530.71147.597.314.51
Hex1492263035479461f
Octal11114214306510722414117
Binary110010011000101100011011010110001111001010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014922; }

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

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

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

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

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

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

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

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