#05441D

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

Shades of British Racing Green #05441D

Tints of British Racing Green #05441D

Color information

#05441D (or 0x05441D) is unknown color: approx British Racing Green. HEX triplet: 05, 44 and 1D. RGB value is (5,68,29). Sum of RGB (Red+Green+Blue) = 5+68+29=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #05441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05441D is #FABBE2. Grayscale: #2C2C2C. Windows color (decimal): -16432099 or 1917957. OLE color: 1917957.

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

Color convert

RGB56829-
CMYK0.9300.570.73
HSL142.86º86.3%14.31%-
HSV(B)142.86º92.65%26.67%-
XYZ2.354.261.86-
YUV44.72119.1399.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 68 (26.95% from 255) = 66.67%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=4.90%
G=66.67%
B=28.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568290.9300.570.73142.8686.314.31
Hex5441D5D039498f56e
Octal51043513507111121712616
Binary1011000100111011011101011100110010011000111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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