#04472E

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

Shades of British Racing Green #04472E

Tints of British Racing Green #04472E

Color information

#04472E (or 0x04472E) is unknown color: approx British Racing Green. HEX triplet: 04, 47 and 2E. RGB value is (4,71,46). Sum of RGB (Red+Green+Blue) = 4+71+46=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #04472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04472E is #FBB8D1. Grayscale: #303030. Windows color (decimal): -16496850 or 3032836. OLE color: 3032836.

HSL color Cylindrical-coordinate representation of color #04472E: hue angle of 157.61º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04472E is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB47146-
CMYK0.9400.350.72
HSL157.61º89.33%14.71%-
HSV(B)157.61º94.37%27.84%-
XYZ2.84.733.35-
YUV48.12126.896.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=3.31%
G=58.68%
B=38.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal471460.9400.350.72157.6189.3314.71
Hex4472E5E023489e59f
Octal41075613604311023613117
Binary10010001111011101011110010001110010001001111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,71,46); }

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

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

 a { background-color: rgb(4,71,46); }

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

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

 span { border-color: rgb(4,71,46); }

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