Html Css Color HEX #03481A British Racing Green

📋 copy color: '#03481A'

red 3 ◦ green 72 ◦ blue 26

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

Shades of British Racing Green #03481A

Tints of British Racing Green #03481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 71.29%

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

R = 2.97%
G = 71.29%
B = 25.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#03481A (or 0x03481A) is known color: British Racing Green. HEX triplet: 03, 48 and 1A. RGB value is (3,72,26). Sum of RGB (Red+Green+Blue) = 3+72+26=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #03481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03481A is #FCB7E5. Grayscale: #2E2E2E. Windows color (decimal): -16562150 or 1722371. OLE color: 1722371.

HSL color Cylindrical-coordinate representation of color #03481A: hue angle of 140º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03481A is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 26 -
CMYK 0.96 0 0.64 0.72
HSL 140º 0.92% 0.15% -
HSV(B) 140º 0.96% 0.28% -
XYZ 2.54 4.73 1.76 -
YUV 46.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 3 72 26 0.96 0 0.64 0.72 140 0.92 0.15
Hex 3 48 1A 60 0 40 48 8C 5C F
Octal 3 110 32 140 0 100 110 214 134 17
Binary 11 1001000 11010 1100000 0 1000000 1001000 10001100 1011100 1111

Color Harmonies of #03481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03481A

Black with #03481A

Text Example


Text Example

White with #03481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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