#015327

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

Shades of British Racing Green #015327

Tints of British Racing Green #015327

Color information

#015327 (or 0x015327) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 27. RGB value is (1,83,39). Sum of RGB (Red+Green+Blue) = 1+83+39=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #015327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015327 is #FEACD8. Grayscale: #353535. Windows color (decimal): -16690393 or 2577153. OLE color: 2577153.

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

Color convert

RGB18339-
CMYK0.9900.530.67
HSL147.8º97.62%16.47%-
HSV(B)147.8º98.8%32.55%-
XYZ3.476.342.96-
YUV53.47119.8390.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 83 (32.81% from 255) = 67.48%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=0.81%
G=67.48%
B=31.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183390.9900.530.67147.897.6216.47
Hex153276303543946210
Octal11234714306510322414220
Binary1101001110011111000110110101100001110010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015327; }

 p { color: rgb(1,83,39); }

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

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

 a { background-color: rgb(1,83,39); }

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

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

 span { border-color: rgb(1,83,39); }

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