#015316

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

Shades of British Racing Green #015316

Tints of British Racing Green #015316

Color information

#015316 (or 0x015316) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 16. RGB value is (1,83,22). Sum of RGB (Red+Green+Blue) = 1+83+22=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 83 (32.81% from 255 or 78.30% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 83 - color contains mainly: green. Hex color #015316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015316 is #FEACE9. Grayscale: #333333. Windows color (decimal): -16690410 or 1463041. OLE color: 1463041.

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

Color convert

RGB18322-
CMYK0.9900.730.67
HSL135.37º97.62%16.47%-
HSV(B)135.37º98.8%32.55%-
XYZ3.256.251.79-
YUV51.53111.3391.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 83 (32.81% from 255) = 78.30%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=0.94%
G=78.30%
B=20.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183220.9900.730.67135.3797.6216.47
Hex153166304943876210
Octal112326143011110320714220
Binary1101001110110110001101001001100001110000111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015316; }

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

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

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

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

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

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

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

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