#05441F

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

Shades of British Racing Green #05441F

Tints of British Racing Green #05441F

Color information

#05441F (or 0x05441F) is unknown color: approx British Racing Green. HEX triplet: 05, 44 and 1F. RGB value is (5,68,31). Sum of RGB (Red+Green+Blue) = 5+68+31=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #05441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05441F is #FABBE0. Grayscale: #2D2D2D. Windows color (decimal): -16432097 or 2049029. OLE color: 2049029.

HSL color Cylindrical-coordinate representation of color #05441F: hue angle of 144.76º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05441F is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB56831-
CMYK0.9300.540.73
HSL144.76º86.3%14.31%-
HSV(B)144.76º92.65%26.67%-
XYZ2.384.271.99-
YUV44.94120.1399.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 68 (26.95% from 255) = 65.38%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=4.81%
G=65.38%
B=29.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568310.9300.540.73144.7686.314.31
Hex5441F5D036499156e
Octal51043713506611122112616
Binary1011000100111111011101011011010010011001000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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