#05481E

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

Shades of British Racing Green #05481E

Tints of British Racing Green #05481E

Color information

#05481E (or 0x05481E) is unknown color: approx British Racing Green. HEX triplet: 05, 48 and 1E. RGB value is (5,72,30). Sum of RGB (Red+Green+Blue) = 5+72+30=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #05481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05481E is #FAB7E1. Grayscale: #2F2F2F. Windows color (decimal): -16431074 or 1984517. OLE color: 1984517.

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

Color convert

RGB57230-
CMYK0.9300.580.72
HSL142.39º87.01%15.1%-
HSV(B)142.39º93.06%28.24%-
XYZ2.614.762.01-
YUV47.18118.397.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 72 (28.52% from 255) = 67.29%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=4.67%
G=67.29%
B=28.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572300.9300.580.72142.3987.0115.1
Hex5481E5D03A488e57f
Octal51103613507211021612717
Binary1011001000111101011101011101010010001000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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