#04482F

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

Shades of British Racing Green #04482F

Tints of British Racing Green #04482F

Color information

#04482F (or 0x04482F) is unknown color: approx British Racing Green. HEX triplet: 04, 48 and 2F. RGB value is (4,72,47). Sum of RGB (Red+Green+Blue) = 4+72+47=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #04482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04482F is #FBB7D0. Grayscale: #303030. Windows color (decimal): -16496593 or 3098628. OLE color: 3098628.

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

Color convert

RGB47247-
CMYK0.9400.350.72
HSL157.94º89.47%14.9%-
HSV(B)157.94º94.44%28.24%-
XYZ2.884.873.48-
YUV48.82126.9796.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 72 (28.52% from 255) = 58.54%
BLUE value IS 47 (18.75% from 255) = 38.21%
R=3.25%
G=58.54%
B=38.21%

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
Decimal472470.9400.350.72157.9489.4714.9
Hex4482F5E023489e59f
Octal41105713604311023613117
Binary10010010001011111011110010001110010001001111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,72,47); }

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

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

 a { background-color: rgb(4,72,47); }

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

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

 span { border-color: rgb(4,72,47); }

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