#015033

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

Shades of British Racing Green #015033

Tints of British Racing Green #015033

Color information

#015033 (or 0x015033) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 33. RGB value is (1,80,51). Sum of RGB (Red+Green+Blue) = 1+80+51=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #015033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015033 is #FEAFCC. Grayscale: #353535. Windows color (decimal): -16691149 or 3362817. OLE color: 3362817.

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

Color convert

RGB18051-
CMYK0.9900.360.69
HSL157.97º97.53%15.88%-
HSV(B)157.97º98.75%31.37%-
XYZ3.485.984.1-
YUV53.07126.8390.86-

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) = 60.61%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=0.76%
G=60.61%
B=38.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180510.9900.360.69157.9797.5315.88
Hex1503363024459e6210
Octal11206314304410523614220
Binary1101000011001111000110100100100010110011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015033; }

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

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

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

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

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

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

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

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