#03501D

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

Shades of British Racing Green #03501D

Tints of British Racing Green #03501D

Color information

#03501D (or 0x03501D) is unknown color: approx British Racing Green. HEX triplet: 03, 50 and 1D. RGB value is (3,80,29). Sum of RGB (Red+Green+Blue) = 3+80+29=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 80 (31.64% from 255 or 71.43% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 80 - color contains mainly: green. Hex color #03501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03501D is #FCAFE2. Grayscale: #333333. Windows color (decimal): -16560099 or 1921027. OLE color: 1921027.

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

Color convert

RGB38029-
CMYK0.9600.640.69
HSL140.26º92.77%16.27%-
HSV(B)140.26º96.25%31.37%-
XYZ3.135.852.13-
YUV51.16115.4993.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 80 (31.64% from 255) = 71.43%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=2.68%
G=71.43%
B=25.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380290.9600.640.69140.2692.7716.27
Hex3501D60040458c5d10
Octal312035140010010521413520
Binary11101000011101110000001000000100010110001100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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