#05462D

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

Shades of British Racing Green #05462D

Tints of British Racing Green #05462D

Color information

#05462D (or 0x05462D) is unknown color: approx British Racing Green. HEX triplet: 05, 46 and 2D. RGB value is (5,70,45). Sum of RGB (Red+Green+Blue) = 5+70+45=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #05462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05462D is #FAB9D2. Grayscale: #2F2F2F. Windows color (decimal): -16431571 or 2967045. OLE color: 2967045.

HSL color Cylindrical-coordinate representation of color #05462D: hue angle of 156.92º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05462D is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB57045-
CMYK0.9300.360.73
HSL156.92º86.67%14.71%-
HSV(B)156.92º92.86%27.45%-
XYZ2.734.63.23-
YUV47.72126.4797.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 70 (27.73% from 255) = 58.33%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=4.17%
G=58.33%
B=37.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570450.9300.360.73156.9286.6714.71
Hex5462D5D024499d57f
Octal51065513504411123512717
Binary10110001101011011011101010010010010011001110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05462D; }

 p { color: rgb(5,70,45); }

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

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

 a { background-color: rgb(5,70,45); }

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

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

 span { border-color: rgb(5,70,45); }

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