#015025

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

Shades of British Racing Green #015025

Tints of British Racing Green #015025

Color information

#015025 (or 0x015025) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 25. RGB value is (1,80,37). Sum of RGB (Red+Green+Blue) = 1+80+37=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #015025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015025 is #FEAFDA. Grayscale: #333333. Windows color (decimal): -16691163 or 2445313. OLE color: 2445313.

HSL color Cylindrical-coordinate representation of color #015025: hue angle of 147.34º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015025 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB18037-
CMYK0.9900.540.69
HSL147.34º97.53%15.88%-
HSV(B)147.34º98.75%31.37%-
XYZ3.225.882.72-
YUV51.48119.8392-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=0.85%
G=67.80%
B=31.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180370.9900.540.69147.3497.5315.88
Hex150256303645936210
Octal11204514306610522314220
Binary1101000010010111000110110110100010110010011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015025; }

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

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

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

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

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

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

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

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