#015224

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

Shades of British Racing Green #015224

Tints of British Racing Green #015224

Color information

#015224 (or 0x015224) is unknown color: approx British Racing Green. HEX triplet: 01, 52 and 24. RGB value is (1,82,36). Sum of RGB (Red+Green+Blue) = 1+82+36=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #015224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015224 is #FEADDB. Grayscale: #343434. Windows color (decimal): -16690652 or 2380289. OLE color: 2380289.

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

Color convert

RGB18236-
CMYK0.9900.560.68
HSL145.93º97.59%16.27%-
HSV(B)145.93º98.78%32.16%-
XYZ3.356.172.68-
YUV52.54118.6691.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 82 (32.42% from 255) = 68.91%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=0.84%
G=68.91%
B=30.25%

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
Decimal182360.9900.560.68145.9397.5916.27
Hex152246303844926210
Octal11224414307010422214220
Binary1101001010010011000110111000100010010010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015224; }

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

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

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

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

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

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

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

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