Html Css Color HEX #03481C British Racing Green

📋 copy color: '#03481C'

red 3 ◦ green 72 ◦ blue 28

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

Shades of British Racing Green #03481C

Tints of British Racing Green #03481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 27.18%

R = 2.91%
G = 69.9%
B = 27.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#03481C (or 0x03481C) is known color: British Racing Green. HEX triplet: 03, 48 and 1C. RGB value is (3,72,28). Sum of RGB (Red+Green+Blue) = 3+72+28=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #03481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03481C is #FCB7E3. Grayscale: #2E2E2E. Windows color (decimal): -16562148 or 1853443. OLE color: 1853443.

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

Color convert

RGB 3 72 28 -
CMYK 0.96 0 0.61 0.72
HSL 141.74º 0.92% 0.15% -
HSV(B) 141.74º 0.96% 0.28% -
XYZ 2.56 4.74 1.88 -
YUV 46.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 3 72 28 0.96 0 0.61 0.72 141.74 0.92 0.15
Hex 3 48 1C 60 0 3D 48 8E 5C F
Octal 3 110 34 140 0 75 110 216 134 17
Binary 11 1001000 11100 1100000 0 111101 1001000 10001110 1011100 1111

Color Harmonies of #03481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03481C

Black with #03481C

Text Example


Text Example

White with #03481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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