#05491F

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

Shades of British Racing Green #05491F

Tints of British Racing Green #05491F

Color information

#05491F (or 0x05491F) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 1F. RGB value is (5,73,31). Sum of RGB (Red+Green+Blue) = 5+73+31=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #05491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05491F is #FAB6E0. Grayscale: #2F2F2F. Windows color (decimal): -16430817 or 2050309. OLE color: 2050309.

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

Color convert

RGB57331-
CMYK0.9300.580.71
HSL142.94º87.18%15.29%-
HSV(B)142.94º93.15%28.63%-
XYZ2.694.92.1-
YUV47.88118.4797.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 73 (28.91% from 255) = 66.97%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=4.59%
G=66.97%
B=28.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573310.9300.580.71142.9487.1815.29
Hex5491F5D03A478f57f
Octal51113713507210721712717
Binary1011001001111111011101011101010001111000111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,73,31); }

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

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

 a { background-color: rgb(5,73,31); }

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

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

 span { border-color: rgb(5,73,31); }

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