#05481B

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

Shades of British Racing Green #05481B

Tints of British Racing Green #05481B

Color information

#05481B (or 0x05481B) is unknown color: approx British Racing Green. HEX triplet: 05, 48 and 1B. RGB value is (5,72,27). Sum of RGB (Red+Green+Blue) = 5+72+27=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 72 (28.52% from 255 or 69.23% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 72 - color contains mainly: green. Hex color #05481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05481B is #FAB7E4. Grayscale: #2E2E2E. Windows color (decimal): -16431077 or 1787909. OLE color: 1787909.

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

Color convert

RGB57227-
CMYK0.9300.620.72
HSL139.7º87.01%15.1%-
HSV(B)139.7º93.06%28.24%-
XYZ2.584.751.82-
YUV46.84116.898.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 72 (28.52% from 255) = 69.23%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=4.81%
G=69.23%
B=25.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572270.9300.620.72139.787.0115.1
Hex5481B5D03E488c57f
Octal51103313507611021412717
Binary1011001000110111011101011111010010001000110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05481B; }

 p { color: rgb(5,72,27); }

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

<style>
 a { background-color: #05481B; }

 a { background-color: rgb(5,72,27); }

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

<style>
 span { border-color: #05481B; }

 span { border-color: rgb(5,72,27); }

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