#015124

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

Shades of British Racing Green #015124

Tints of British Racing Green #015124

Color information

#015124 (or 0x015124) is unknown color: approx British Racing Green. HEX triplet: 01, 51 and 24. RGB value is (1,81,36). Sum of RGB (Red+Green+Blue) = 1+81+36=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 81 (32.03% from 255 or 68.64% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 81 - color contains mainly: green. Hex color #015124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015124 is #FEAEDB. Grayscale: #343434. Windows color (decimal): -16690908 or 2380033. OLE color: 2380033.

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

Color convert

RGB18136-
CMYK0.9900.560.68
HSL146.25º97.56%16.08%-
HSV(B)146.25º98.77%31.76%-
XYZ3.276.022.66-
YUV51.9511991.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 81 (32.03% from 255) = 68.64%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=0.85%
G=68.64%
B=30.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal181360.9900.560.68146.2597.5616.08
Hex151246303844926210
Octal11214414307010422214220
Binary1101000110010011000110111000100010010010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015124; }

 p { color: rgb(1,81,36); }

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

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

 a { background-color: rgb(1,81,36); }

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

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

 span { border-color: rgb(1,81,36); }

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