#015832

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

Shades of British Racing Green #015832

Tints of British Racing Green #015832

Color information

#015832 (or 0x015832) is unknown color: approx British Racing Green. HEX triplet: 01, 58 and 32. RGB value is (1,88,50). Sum of RGB (Red+Green+Blue) = 1+88+50=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #015832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015832 is #FEA7CD. Grayscale: #393939. Windows color (decimal): -16689102 or 3299329. OLE color: 3299329.

HSL color Cylindrical-coordinate representation of color #015832: hue angle of 153.79º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015832 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB18850-
CMYK0.9900.430.65
HSL153.79º97.75%17.45%-
HSV(B)153.79º98.86%34.51%-
XYZ4.087.224.2-
YUV57.66123.6887.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 88 (34.77% from 255) = 63.31%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=0.72%
G=63.31%
B=35.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188500.9900.430.65153.7997.7517.45
Hex158326302B419a6211
Octal11306214305310123214221
Binary1101100011001011000110101011100000110011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015832; }

 p { color: rgb(1,88,50); }

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

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

 a { background-color: rgb(1,88,50); }

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

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

 span { border-color: rgb(1,88,50); }

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