#015525

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

Shades of British Racing Green #015525

Tints of British Racing Green #015525

Color information

#015525 (or 0x015525) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 25. RGB value is (1,85,37). Sum of RGB (Red+Green+Blue) = 1+85+37=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #015525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015525 is #FEAADA. Grayscale: #363636. Windows color (decimal): -16689883 or 2446593. OLE color: 2446593.

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

Color convert

RGB18537-
CMYK0.9900.560.67
HSL145.71º97.67%16.86%-
HSV(B)145.71º98.82%33.33%-
XYZ3.596.642.84-
YUV54.41118.1789.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 85 (33.59% from 255) = 69.11%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=0.81%
G=69.11%
B=30.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185370.9900.560.67145.7197.6716.86
Hex155256303843926211
Octal11254514307010322214221
Binary1101010110010111000110111000100001110010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015525; }

 p { color: rgb(1,85,37); }

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

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

 a { background-color: rgb(1,85,37); }

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

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

 span { border-color: rgb(1,85,37); }

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