#015032

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

Shades of British Racing Green #015032

Tints of British Racing Green #015032

Color information

#015032 (or 0x015032) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 32. RGB value is (1,80,50). Sum of RGB (Red+Green+Blue) = 1+80+50=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #015032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015032 is #FEAFCD. Grayscale: #343434. Windows color (decimal): -16691150 or 3297281. OLE color: 3297281.

HSL color Cylindrical-coordinate representation of color #015032: hue angle of 157.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015032 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB18050-
CMYK0.9900.370.69
HSL157.22º97.53%15.88%-
HSV(B)157.22º98.75%31.37%-
XYZ3.465.973.99-
YUV52.96126.3390.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 80 (31.64% from 255) = 61.07%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=0.76%
G=61.07%
B=38.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180500.9900.370.69157.2297.5315.88
Hex1503263025459d6210
Octal11206214304510523514220
Binary1101000011001011000110100101100010110011101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015032; }

 p { color: rgb(1,80,50); }

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

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

 a { background-color: rgb(1,80,50); }

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

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

 span { border-color: rgb(1,80,50); }

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