#03482F

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

Shades of British Racing Green #03482F

Tints of British Racing Green #03482F

Color information

#03482F (or 0x03482F) is unknown color: approx British Racing Green. HEX triplet: 03, 48 and 2F. RGB value is (3,72,47). Sum of RGB (Red+Green+Blue) = 3+72+47=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #03482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03482F is #FCB7D0. Grayscale: #303030. Windows color (decimal): -16562129 or 3098627. OLE color: 3098627.

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

Color convert

RGB37247-
CMYK0.9600.350.72
HSL158.26º92%14.71%-
HSV(B)158.26º95.83%28.24%-
XYZ2.874.863.48-
YUV48.52127.1495.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 72 (28.52% from 255) = 59.02%
BLUE value IS 47 (18.75% from 255) = 38.52%
R=2.46%
G=59.02%
B=38.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372470.9600.350.72158.269214.71
Hex3482F60023489e5cf
Octal31105714004311023613417
Binary1110010001011111100000010001110010001001111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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