#054A28

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

Shades of British Racing Green #054A28

Tints of British Racing Green #054A28

Color information

#054A28 (or 0x054A28) is unknown color: approx British Racing Green. HEX triplet: 05, 4A and 28. RGB value is (5,74,40). Sum of RGB (Red+Green+Blue) = 5+74+40=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 74 (29.30% from 255 or 62.18% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 74 - color contains mainly: green. Hex color #054A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A28 is #FAB5D7. Grayscale: #313131. Windows color (decimal): -16430552 or 2640389. OLE color: 2640389.

HSL color Cylindrical-coordinate representation of color #054A28: hue angle of 150.43º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A28 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB57440-
CMYK0.9300.460.71
HSL150.43º87.34%15.49%-
HSV(B)150.43º93.24%29.02%-
XYZ2.895.082.84-
YUV49.49122.6496.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 74 (29.30% from 255) = 62.18%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=4.20%
G=62.18%
B=33.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal574400.9300.460.71150.4387.3415.49
Hex54A285D02E479657f
Octal51125013505610722612717
Binary10110010101010001011101010111010001111001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054A28; }

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

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

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

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

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

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

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

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