#054028

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

Shades of British Racing Green #054028

Tints of British Racing Green #054028

Color information

#054028 (or 0x054028) is unknown color: approx British Racing Green. HEX triplet: 05, 40 and 28. RGB value is (5,64,40). Sum of RGB (Red+Green+Blue) = 5+64+40=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #054028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054028 is #FABFD7. Grayscale: #2B2B2B. Windows color (decimal): -16433112 or 2637829. OLE color: 2637829.

HSL color Cylindrical-coordinate representation of color #054028: hue angle of 155.59º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054028 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB56440-
CMYK0.9200.380.75
HSL155.59º85.51%13.53%-
HSV(B)155.59º92.19%25.1%-
XYZ2.283.852.63-
YUV43.62125.95100.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 64 (25.39% from 255) = 58.72%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=4.59%
G=58.72%
B=36.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564400.9200.380.75155.5985.5113.53
Hex540285C0264B9c56e
Octal51005013404611323412616
Binary10110000001010001011100010011010010111001110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054028; }

 p { color: rgb(5,64,40); }

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

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

 a { background-color: rgb(5,64,40); }

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

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

 span { border-color: rgb(5,64,40); }

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