#05412F

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

Shades of British Racing Green #05412F

Tints of British Racing Green #05412F

Color information

#05412F (or 0x05412F) is unknown color: approx British Racing Green. HEX triplet: 05, 41 and 2F. RGB value is (5,65,47). Sum of RGB (Red+Green+Blue) = 5+65+47=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #05412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05412F is #FABED0. Grayscale: #2D2D2D. Windows color (decimal): -16432849 or 3096837. OLE color: 3096837.

HSL color Cylindrical-coordinate representation of color #05412F: hue angle of 162º 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 #05412F is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB56547-
CMYK0.9200.280.75
HSL162º85.71%13.73%-
HSV(B)162º92.31%25.49%-
XYZ2.474.023.33-
YUV45.01129.1299.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 47 (18.75% from 255) = 40.17%
R=4.27%
G=55.56%
B=40.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565470.9200.280.7516285.7113.73
Hex5412F5C01C4Ba256e
Octal51015713403411324212616
Binary1011000001101111101110001110010010111010001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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