#05452F

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

Shades of British Racing Green #05452F

Tints of British Racing Green #05452F

Color information

#05452F (or 0x05452F) is unknown color: approx British Racing Green. HEX triplet: 05, 45 and 2F. RGB value is (5,69,47). Sum of RGB (Red+Green+Blue) = 5+69+47=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #05452F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05452F is #FABAD0. Grayscale: #2F2F2F. Windows color (decimal): -16431825 or 3097861. OLE color: 3097861.

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

Color convert

RGB56947-
CMYK0.9300.320.73
HSL159.38º86.49%14.51%-
HSV(B)159.38º92.75%27.06%-
XYZ2.74.493.41-
YUV47.36127.897.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 69 (27.34% from 255) = 57.02%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=4.13%
G=57.02%
B=38.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569470.9300.320.73159.3886.4914.51
Hex5452F5D020499f56f
Octal51055713504011123712617
Binary10110001011011111011101010000010010011001111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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