Html Css Color HEX #03501F British Racing Green

📋 copy color: '#03501F'

red 3 ◦ green 80 ◦ blue 31

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

Shades of British Racing Green #03501F

Tints of British Racing Green #03501F

RGB

 RED value IS 3 (1.56% from 255) = 2.63%

 GREEN value IS 80 (31.64% from 255) = 70.18%

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 2.63%
G = 70.18%
B = 27.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#03501F (or 0x03501F) is known color: British Racing Green. HEX triplet: 03, 50 and 1F. RGB value is (3,80,31). Sum of RGB (Red+Green+Blue) = 3+80+31=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #03501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03501F is #FCAFE0. Grayscale: #333333. Windows color (decimal): -16560097 or 2052099. OLE color: 2052099.

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

Color convert

RGB 3 80 31 -
CMYK 0.96 0 0.61 0.69
HSL 141.82º 0.93% 0.16% -
HSV(B) 141.82º 0.96% 0.31% -
XYZ 3.15 5.86 2.26 -
YUV 51.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 3 80 31 0.96 0 0.61 0.69 141.82 0.93 0.16
Hex 3 50 1F 60 0 3D 45 8E 5D 10
Octal 3 120 37 140 0 75 105 216 135 20
Binary 11 1010000 11111 1100000 0 111101 1000101 10001110 1011101 10000

Color Harmonies of #03501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03501F

Black with #03501F

Text Example


Text Example

White with #03501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03501F;
 }
 .AnyTagClassName
 {
   color: #03501F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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