#015337

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

Shades of British Racing Green #015337

Tints of British Racing Green #015337

Color information

#015337 (or 0x015337) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 37. RGB value is (1,83,55). Sum of RGB (Red+Green+Blue) = 1+83+55=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #015337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015337 is #FEACC8. Grayscale: #373737. Windows color (decimal): -16690377 or 3625729. OLE color: 3625729.

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

Color convert

RGB18355-
CMYK0.9900.340.67
HSL159.51º97.62%16.47%-
HSV(B)159.51º98.8%32.55%-
XYZ3.86.474.66-
YUV55.29127.8389.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 83 (32.81% from 255) = 59.71%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=0.72%
G=59.71%
B=39.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183550.9900.340.67159.5197.6216.47
Hex153376302243a06210
Octal11236714304210324014220
Binary1101001111011111000110100010100001110100000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015337; }

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

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

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

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

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

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

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

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