Html Css Color HEX #03481E British Racing Green

📋 copy color: '#03481E'

red 3 ◦ green 72 ◦ blue 30

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

Shades of British Racing Green #03481E

Tints of British Racing Green #03481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.57%

R = 2.86%
G = 68.57%
B = 28.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#03481E (or 0x03481E) is known color: British Racing Green. HEX triplet: 03, 48 and 1E. RGB value is (3,72,30). Sum of RGB (Red+Green+Blue) = 3+72+30=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #03481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03481E is #FCB7E1. Grayscale: #2E2E2E. Windows color (decimal): -16562146 or 1984515. OLE color: 1984515.

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

Color convert

RGB 3 72 30 -
CMYK 0.96 0 0.58 0.72
HSL 143.48º 0.92% 0.15% -
HSV(B) 143.48º 0.96% 0.28% -
XYZ 2.59 4.75 2.01 -
YUV 46.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 3 72 30 0.96 0 0.58 0.72 143.48 0.92 0.15
Hex 3 48 1E 60 0 3A 48 8F 5C F
Octal 3 110 36 140 0 72 110 217 134 17
Binary 11 1001000 11110 1100000 0 111010 1001000 10001111 1011100 1111

Color Harmonies of #03481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03481E

Black with #03481E

Text Example


Text Example

White with #03481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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