#05472F

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

Shades of British Racing Green #05472F

Tints of British Racing Green #05472F

Color information

#05472F (or 0x05472F) is unknown color: approx British Racing Green. HEX triplet: 05, 47 and 2F. RGB value is (5,71,47). Sum of RGB (Red+Green+Blue) = 5+71+47=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #05472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05472F is #FAB8D0. Grayscale: #303030. Windows color (decimal): -16431313 or 3098373. OLE color: 3098373.

HSL color Cylindrical-coordinate representation of color #05472F: hue angle of 158.18º 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 #05472F is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB57147-
CMYK0.9300.340.72
HSL158.18º86.84%14.9%-
HSV(B)158.18º92.96%27.84%-
XYZ2.834.743.46-
YUV48.53127.1396.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 47 (18.75% from 255) = 38.21%
R=4.07%
G=57.72%
B=38.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal571470.9300.340.72158.1886.8414.9
Hex5472F5D022489e57f
Octal51075713504211023612717
Binary10110001111011111011101010001010010001001111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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