#03482E

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

Shades of British Racing Green #03482E

Tints of British Racing Green #03482E

Color information

#03482E (or 0x03482E) is unknown color: approx British Racing Green. HEX triplet: 03, 48 and 2E. RGB value is (3,72,46). Sum of RGB (Red+Green+Blue) = 3+72+46=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #03482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03482E is #FCB7D1. Grayscale: #303030. Windows color (decimal): -16562130 or 3033091. OLE color: 3033091.

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

Color convert

RGB37246-
CMYK0.9600.360.72
HSL157.39º92%14.71%-
HSV(B)157.39º95.83%28.24%-
XYZ2.854.853.37-
YUV48.4126.6495.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 72 (28.52% from 255) = 59.50%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=2.48%
G=59.50%
B=38.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372460.9600.360.72157.399214.71
Hex3482E60024489d5cf
Octal31105614004411023513417
Binary1110010001011101100000010010010010001001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,72,46); }

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

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

 a { background-color: rgb(3,72,46); }

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

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

 span { border-color: rgb(3,72,46); }

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