#03501C

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

Shades of British Racing Green #03501C

Tints of British Racing Green #03501C

Color information

#03501C (or 0x03501C) is unknown color: approx British Racing Green. HEX triplet: 03, 50 and 1C. RGB value is (3,80,28). Sum of RGB (Red+Green+Blue) = 3+80+28=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #03501C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03501C is #FCAFE3. Grayscale: #333333. Windows color (decimal): -16560100 or 1855491. OLE color: 1855491.

HSL color Cylindrical-coordinate representation of color #03501C: hue angle of 139.48º 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 #03501C is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB38028-
CMYK0.9600.650.69
HSL139.48º92.77%16.27%-
HSV(B)139.48º96.25%31.37%-
XYZ3.125.842.06-
YUV51.05114.9993.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 80 (31.64% from 255) = 72.07%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=2.70%
G=72.07%
B=25.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380280.9600.650.69139.4892.7716.27
Hex3501C60041458b5d10
Octal312034140010110521313520
Binary11101000011100110000001000001100010110001011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03501C; }

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

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

<style>
 a { background-color: #03501C; }

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

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

<style>
 span { border-color: #03501C; }

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

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