Html Css Color HEX #03501D British Racing Green

📋 copy color: '#03501D'

red 3 ◦ green 80 ◦ blue 29

#03501D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #03501D

Tints of British Racing Green #03501D

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 value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#03501D (or 0x03501D) is known color: 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

RGB 3 80 29 -
CMYK 0.96 0 0.64 0.69
HSL 140.26º 0.93% 0.16% -
HSV(B) 140.26º 0.96% 0.31% -
XYZ 3.13 5.85 2.13 -
YUV 51.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 3 80 29 0.96 0 0.64 0.69 140.26 0.93 0.16
Hex 3 50 1D 60 0 40 45 8C 5D 10
Octal 3 120 35 140 0 100 105 214 135 20
Binary 11 1010000 11101 1100000 0 1000000 1000101 10001100 1011101 10000

Color Harmonies of #03501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03501D

Black with #03501D

Text Example


Text Example

White with #03501D

Text Example


Text Example

HTML Codes & Css Web 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>