#03502D

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

Shades of British Racing Green #03502D

Tints of British Racing Green #03502D

Color information

#03502D (or 0x03502D) is unknown color: approx British Racing Green. HEX triplet: 03, 50 and 2D. RGB value is (3,80,45). Sum of RGB (Red+Green+Blue) = 3+80+45=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #03502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03502D is #FCAFD2. Grayscale: #353535. Windows color (decimal): -16560083 or 2969603. OLE color: 2969603.

HSL color Cylindrical-coordinate representation of color #03502D: hue angle of 152.73º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03502D is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB38045-
CMYK0.9600.440.69
HSL152.73º92.77%16.27%-
HSV(B)152.73º96.25%31.37%-
XYZ3.385.953.45-
YUV52.99123.4992.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 80 (31.64% from 255) = 62.5%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=2.34%
G=62.5%
B=35.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380450.9600.440.69152.7392.7716.27
Hex3502D6002C45995d10
Octal31205514005410523113520
Binary11101000010110111000000101100100010110011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03502D; }

 p { color: rgb(3,80,45); }

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

<style>
 a { background-color: #03502D; }

 a { background-color: rgb(3,80,45); }

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

<style>
 span { border-color: #03502D; }

 span { border-color: rgb(3,80,45); }

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