#05461E

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

Shades of British Racing Green #05461E

Tints of British Racing Green #05461E

Color information

#05461E (or 0x05461E) is unknown color: approx British Racing Green. HEX triplet: 05, 46 and 1E. RGB value is (5,70,30). Sum of RGB (Red+Green+Blue) = 5+70+30=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #05461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05461E is #FAB9E1. Grayscale: #2E2E2E. Windows color (decimal): -16431586 or 1984005. OLE color: 1984005.

HSL color Cylindrical-coordinate representation of color #05461E: hue angle of 143.08º 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 #05461E is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB57030-
CMYK0.9300.570.73
HSL143.08º86.67%14.71%-
HSV(B)143.08º92.86%27.45%-
XYZ2.494.511.97-
YUV46118.9798.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 70 (27.73% from 255) = 66.67%
BLUE value IS 30 (12.11% from 255) = 28.57%
R=4.76%
G=66.67%
B=28.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570300.9300.570.73143.0886.6714.71
Hex5461E5D039498f57f
Octal51063613507111121712717
Binary1011000110111101011101011100110010011000111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05461E; }

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

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

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

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

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

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

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

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