#03482B

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

Shades of British Racing Green #03482B

Tints of British Racing Green #03482B

Color information

#03482B (or 0x03482B) is unknown color: approx British Racing Green. HEX triplet: 03, 48 and 2B. RGB value is (3,72,43). Sum of RGB (Red+Green+Blue) = 3+72+43=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #03482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03482B is #FCB7D4. Grayscale: #303030. Windows color (decimal): -16562133 or 2836483. OLE color: 2836483.

HSL color Cylindrical-coordinate representation of color #03482B: hue angle of 154.78º 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 #03482B is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB37243-
CMYK0.9600.400.72
HSL154.78º92%14.71%-
HSV(B)154.78º95.83%28.24%-
XYZ2.794.833.07-
YUV48.06125.1495.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 72 (28.52% from 255) = 61.02%
BLUE value IS 43 (17.19% from 255) = 36.44%
R=2.54%
G=61.02%
B=36.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372430.9600.400.72154.789214.71
Hex3482B60028489b5cf
Octal31105314005011023313417
Binary1110010001010111100000010100010010001001101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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