#05412E

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

Shades of British Racing Green #05412E

Tints of British Racing Green #05412E

Color information

#05412E (or 0x05412E) is unknown color: approx British Racing Green. HEX triplet: 05, 41 and 2E. RGB value is (5,65,46). Sum of RGB (Red+Green+Blue) = 5+65+46=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #05412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05412E is #FABED1. Grayscale: #2C2C2C. Windows color (decimal): -16432850 or 3031301. OLE color: 3031301.

HSL color Cylindrical-coordinate representation of color #05412E: hue angle of 161º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05412E is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB56546-
CMYK0.9200.290.75
HSL161º85.71%13.73%-
HSV(B)161º92.31%25.49%-
XYZ2.454.013.23-
YUV44.89128.6299.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=4.31%
G=56.03%
B=39.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565460.9200.290.7516185.7113.73
Hex5412E5C01D4Ba156e
Octal51015613403511324112616
Binary1011000001101110101110001110110010111010000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,65,46); }

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

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

 a { background-color: rgb(5,65,46); }

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

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

 span { border-color: rgb(5,65,46); }

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