Html Css Color HEX #03501A British Racing Green

📋 copy color: '#03501A'

red 3 ◦ green 80 ◦ blue 26

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

Shades of British Racing Green #03501A

Tints of British Racing Green #03501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.85%

R = 2.75%
G = 73.39%
B = 23.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#03501A (or 0x03501A) is known color: British Racing Green. HEX triplet: 03, 50 and 1A. RGB value is (3,80,26). Sum of RGB (Red+Green+Blue) = 3+80+26=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #03501A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03501A is #FCAFE5. Grayscale: #323232. Windows color (decimal): -16560102 or 1724419. OLE color: 1724419.

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

Color convert

RGB 3 80 26 -
CMYK 0.96 0 0.67 0.69
HSL 137.92º 0.93% 0.16% -
HSV(B) 137.92º 0.96% 0.31% -
XYZ 3.09 5.83 1.94 -
YUV 50.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 3 80 26 0.96 0 0.67 0.69 137.92 0.93 0.16
Hex 3 50 1A 60 0 43 45 8A 5D 10
Octal 3 120 32 140 0 103 105 212 135 20
Binary 11 1010000 11010 1100000 0 1000011 1000101 10001010 1011101 10000

Color Harmonies of #03501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03501A

Black with #03501A

Text Example


Text Example

White with #03501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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