#05441E

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

Shades of British Racing Green #05441E

Tints of British Racing Green #05441E

Color information

#05441E (or 0x05441E) is unknown color: approx British Racing Green. HEX triplet: 05, 44 and 1E. RGB value is (5,68,30). Sum of RGB (Red+Green+Blue) = 5+68+30=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #05441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05441E is #FABBE1. Grayscale: #2C2C2C. Windows color (decimal): -16432098 or 1983493. OLE color: 1983493.

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

Color convert

RGB56830-
CMYK0.9300.560.73
HSL143.81º86.3%14.31%-
HSV(B)143.81º92.65%26.67%-
XYZ2.364.261.93-
YUV44.83119.6399.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 68 (26.95% from 255) = 66.02%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=4.85%
G=66.02%
B=29.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568300.9300.560.73143.8186.314.31
Hex5441E5D038499056e
Octal51043613507011122012616
Binary1011000100111101011101011100010010011001000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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