Html Css Color HEX #03481F British Racing Green

📋 copy color: '#03481F'

red 3 ◦ green 72 ◦ blue 31

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

Shades of British Racing Green #03481F

Tints of British Racing Green #03481F

RGB

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

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

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

R = 2.83%
G = 67.92%
B = 29.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#03481F (or 0x03481F) is known color: British Racing Green. HEX triplet: 03, 48 and 1F. RGB value is (3,72,31). Sum of RGB (Red+Green+Blue) = 3+72+31=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #03481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03481F is #FCB7E0. Grayscale: #2E2E2E. Windows color (decimal): -16562145 or 2050051. OLE color: 2050051.

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

Color convert

RGB 3 72 31 -
CMYK 0.96 0 0.57 0.72
HSL 144.35º 0.92% 0.15% -
HSV(B) 144.35º 0.96% 0.28% -
XYZ 2.6 4.75 2.08 -
YUV 46.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 3 72 31 0.96 0 0.57 0.72 144.35 0.92 0.15
Hex 3 48 1F 60 0 39 48 90 5C F
Octal 3 110 37 140 0 71 110 220 134 17
Binary 11 1001000 11111 1100000 0 111001 1001000 10010000 1011100 1111

Color Harmonies of #03481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03481F

Black with #03481F

Text Example


Text Example

White with #03481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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