#05481D

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

Shades of British Racing Green #05481D

Tints of British Racing Green #05481D

Color information

#05481D (or 0x05481D) is unknown color: approx British Racing Green. HEX triplet: 05, 48 and 1D. RGB value is (5,72,29). Sum of RGB (Red+Green+Blue) = 5+72+29=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #05481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05481D is #FAB7E2. Grayscale: #2F2F2F. Windows color (decimal): -16431075 or 1918981. OLE color: 1918981.

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

Color convert

RGB57229-
CMYK0.9300.600.72
HSL141.49º87.01%15.1%-
HSV(B)141.49º93.06%28.24%-
XYZ2.64.761.94-
YUV47.06117.898-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 72 (28.52% from 255) = 67.92%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=4.72%
G=67.92%
B=27.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572290.9300.600.72141.4987.0115.1
Hex5481D5D03C488d57f
Octal51103513507411021512717
Binary1011001000111011011101011110010010001000110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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