#055229

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

Shades of British Racing Green #055229

Tints of British Racing Green #055229

Color information

#055229 (or 0x055229) is unknown color: approx British Racing Green. HEX triplet: 05, 52 and 29. RGB value is (5,82,41). Sum of RGB (Red+Green+Blue) = 5+82+41=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #055229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055229 is #FAADD6. Grayscale: #363636. Windows color (decimal): -16428503 or 2707973. OLE color: 2707973.

HSL color Cylindrical-coordinate representation of color #055229: hue angle of 148.05º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055229 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB58241-
CMYK0.9400.500.68
HSL148.05º88.51%17.06%-
HSV(B)148.05º93.9%32.16%-
XYZ3.486.233.12-
YUV54.3120.4992.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 82 (32.42% from 255) = 64.06%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=3.91%
G=64.06%
B=32.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582410.9400.500.68148.0588.5117.06
Hex552295E03244945911
Octal51225113606210422413121
Binary101101001010100110111100110010100010010010100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055229; }

 p { color: rgb(5,82,41); }

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

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

 a { background-color: rgb(5,82,41); }

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

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

 span { border-color: rgb(5,82,41); }

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