#03542A

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

Shades of British Racing Green #03542A

Tints of British Racing Green #03542A

Color information

#03542A (or 0x03542A) is unknown color: approx British Racing Green. HEX triplet: 03, 54 and 2A. RGB value is (3,84,42). Sum of RGB (Red+Green+Blue) = 3+84+42=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #03542A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03542A is #FCABD5. Grayscale: #373737. Windows color (decimal): -16559062 or 2774019. OLE color: 2774019.

HSL color Cylindrical-coordinate representation of color #03542A: hue angle of 148.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03542A is Cyan = 0.96, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB38442-
CMYK0.9600.50.67
HSL148.89º93.1%17.06%-
HSV(B)148.89º96.43%32.94%-
XYZ3.636.533.26-
YUV54.99120.6690.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 84 (33.20% from 255) = 65.12%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=2.33%
G=65.12%
B=32.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal384420.9600.50.67148.8993.117.06
Hex3542A6003243955d11
Octal31245214006210322513521
Binary11101010010101011000000110010100001110010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,84,42); }

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

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

 a { background-color: rgb(3,84,42); }

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

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

 span { border-color: rgb(3,84,42); }

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