Html Css Color HEX #03481D British Racing Green

📋 copy color: '#03481D'

red 3 ◦ green 72 ◦ blue 29

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

Shades of British Racing Green #03481D

Tints of British Racing Green #03481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 2.88%
G = 69.23%
B = 27.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#03481D (or 0x03481D) is known color: British Racing Green. HEX triplet: 03, 48 and 1D. RGB value is (3,72,29). Sum of RGB (Red+Green+Blue) = 3+72+29=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 72 (28.52% from 255 or 69.23% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 72 - color contains mainly: green. Hex color #03481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03481D is #FCB7E2. Grayscale: #2E2E2E. Windows color (decimal): -16562147 or 1918979. OLE color: 1918979.

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

Color convert

RGB 3 72 29 -
CMYK 0.96 0 0.60 0.72
HSL 142.61º 0.92% 0.15% -
HSV(B) 142.61º 0.96% 0.28% -
XYZ 2.58 4.74 1.94 -
YUV 46.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 3 72 29 0.96 0 0.60 0.72 142.61 0.92 0.15
Hex 3 48 1D 60 0 3C 48 8F 5C F
Octal 3 110 35 140 0 74 110 217 134 17
Binary 11 1001000 11101 1100000 0 111100 1001000 10001111 1011100 1111

Color Harmonies of #03481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03481D

Black with #03481D

Text Example


Text Example

White with #03481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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