#04472D

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

Shades of British Racing Green #04472D

Tints of British Racing Green #04472D

Color information

#04472D (or 0x04472D) is unknown color: approx British Racing Green. HEX triplet: 04, 47 and 2D. RGB value is (4,71,45). Sum of RGB (Red+Green+Blue) = 4+71+45=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #04472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04472D is #FBB8D2. Grayscale: #303030. Windows color (decimal): -16496851 or 2967300. OLE color: 2967300.

HSL color Cylindrical-coordinate representation of color #04472D: hue angle of 156.72º 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 #04472D is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB47145-
CMYK0.9400.370.72
HSL156.72º89.33%14.71%-
HSV(B)156.72º94.37%27.84%-
XYZ2.784.723.25-
YUV48126.396.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.33%
GREEN value IS 71 (28.12% from 255) = 59.17%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=3.33%
G=59.17%
B=37.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal471450.9400.370.72156.7289.3314.71
Hex4472D5E025489d59f
Octal41075513604511023513117
Binary10010001111011011011110010010110010001001110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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