#055129

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

Shades of British Racing Green #055129

Tints of British Racing Green #055129

Color information

#055129 (or 0x055129) is unknown color: approx British Racing Green. HEX triplet: 05, 51 and 29. RGB value is (5,81,41). Sum of RGB (Red+Green+Blue) = 5+81+41=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #055129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055129 is #FAAED6. Grayscale: #353535. Windows color (decimal): -16428759 or 2707717. OLE color: 2707717.

HSL color Cylindrical-coordinate representation of color #055129: hue angle of 148.42º degrees, saturation: 0.88, 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 #055129 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB58141-
CMYK0.9400.490.68
HSL148.42º88.37%16.86%-
HSV(B)148.42º93.83%31.76%-
XYZ3.416.083.09-
YUV53.72120.8293.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 81 (32.03% from 255) = 63.78%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=3.94%
G=63.78%
B=32.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581410.9400.490.68148.4288.3716.86
Hex551295E03144945811
Octal51215113606110422413021
Binary101101000110100110111100110001100010010010100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055129; }

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

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

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

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

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

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

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

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