#05472A

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

Shades of British Racing Green #05472A

Tints of British Racing Green #05472A

Color information

#05472A (or 0x05472A) is unknown color: approx British Racing Green. HEX triplet: 05, 47 and 2A. RGB value is (5,71,42). Sum of RGB (Red+Green+Blue) = 5+71+42=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #05472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05472A is #FAB8D5. Grayscale: #303030. Windows color (decimal): -16431318 or 2770693. OLE color: 2770693.

HSL color Cylindrical-coordinate representation of color #05472A: hue angle of 153.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05472A is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB57142-
CMYK0.9300.410.72
HSL153.64º86.84%14.9%-
HSV(B)153.64º92.96%27.84%-
XYZ2.734.712.95-
YUV47.96124.6397.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 71 (28.12% from 255) = 60.17%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=4.24%
G=60.17%
B=35.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal571420.9300.410.72153.6486.8414.9
Hex5472A5D029489a57f
Octal51075213505111023212717
Binary10110001111010101011101010100110010001001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05472A; }

 p { color: rgb(5,71,42); }

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

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

 a { background-color: rgb(5,71,42); }

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

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

 span { border-color: rgb(5,71,42); }

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