#04482A

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

Shades of British Racing Green #04482A

Tints of British Racing Green #04482A

Color information

#04482A (or 0x04482A) is unknown color: approx British Racing Green. HEX triplet: 04, 48 and 2A. RGB value is (4,72,42). Sum of RGB (Red+Green+Blue) = 4+72+42=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #04482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04482A is #FBB7D5. Grayscale: #303030. Windows color (decimal): -16496598 or 2770948. OLE color: 2770948.

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

Color convert

RGB47242-
CMYK0.9400.420.72
HSL153.53º89.47%14.9%-
HSV(B)153.53º94.44%28.24%-
XYZ2.794.832.98-
YUV48.25124.4796.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 72 (28.52% from 255) = 61.02%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=3.39%
G=61.02%
B=35.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472420.9400.420.72153.5389.4714.9
Hex4482A5E02A489a59f
Octal41105213605211023213117
Binary10010010001010101011110010101010010001001101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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