#015312

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

Shades of British Racing Green #015312

Tints of British Racing Green #015312

Color information

#015312 (or 0x015312) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 12. RGB value is (1,83,18). Sum of RGB (Red+Green+Blue) = 1+83+18=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 83 (32.81% from 255 or 81.37% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 83 - color contains mainly: green. Hex color #015312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015312 is #FEACED. Grayscale: #333333. Windows color (decimal): -16690414 or 1200897. OLE color: 1200897.

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

Color convert

RGB18318-
CMYK0.9900.780.67
HSL132.44º97.62%16.47%-
HSV(B)132.44º98.8%32.55%-
XYZ3.216.241.61-
YUV51.07109.3392.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 83 (32.81% from 255) = 81.37%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=0.98%
G=81.37%
B=17.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183180.9900.780.67132.4497.6216.47
Hex153126304E43846210
Octal112322143011610320414220
Binary1101001110010110001101001110100001110000100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015312; }

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

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

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

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

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

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

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

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