#005228

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

Shades of British Racing Green #005228

Tints of British Racing Green #005228

Color information

#005228 (or 0x005228) is unknown color: approx British Racing Green. HEX triplet: 00, 52 and 28. RGB value is (0,82,40). Sum of RGB (Red+Green+Blue) = 0+82+40=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #005228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005228 is #FFADD7. Grayscale: #343434. Windows color (decimal): -16756184 or 2642432. OLE color: 2642432.

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

Color convert

RGB08240-
CMYK100.510.68
HSL149.27º100%16.08%-
HSV(B)149.27º100%32.16%-
XYZ3.46.193.02-
YUV52.69120.8390.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 67.21%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=0%
G=67.21%
B=32.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08240100.510.68149.2710016.08
Hex052286403344956410
Octal01225014406310422514420
Binary0101001010100011001000110011100010010010101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005228; }

 p { color: rgb(0,82,40); }

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

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

 a { background-color: rgb(0,82,40); }

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

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

 span { border-color: rgb(0,82,40); }

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