#04472C

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

Shades of British Racing Green #04472C

Tints of British Racing Green #04472C

Color information

#04472C (or 0x04472C) is unknown color: approx British Racing Green. HEX triplet: 04, 47 and 2C. RGB value is (4,71,44). Sum of RGB (Red+Green+Blue) = 4+71+44=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #04472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04472C is #FBB8D3. Grayscale: #2F2F2F. Windows color (decimal): -16496852 or 2901764. OLE color: 2901764.

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

Color convert

RGB47144-
CMYK0.9400.380.72
HSL155.82º89.33%14.71%-
HSV(B)155.82º94.37%27.84%-
XYZ2.764.713.15-
YUV47.89125.896.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 71 (28.12% from 255) = 59.66%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=3.36%
G=59.66%
B=36.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal471440.9400.380.72155.8289.3314.71
Hex4472C5E026489c59f
Octal41075413604611023413117
Binary10010001111011001011110010011010010001001110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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