Html Css Color HEX #03492D British Racing Green

📋 copy color: '#03492D'

red 3 ◦ green 73 ◦ blue 45

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

Shades of British Racing Green #03492D

Tints of British Racing Green #03492D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 60.33%

 BLUE value IS 45 (17.97% from 255) = 37.19%

R = 2.48%
G = 60.33%
B = 37.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#03492D (or 0x03492D) is known color: British Racing Green. HEX triplet: 03, 49 and 2D. RGB value is (3,73,45). Sum of RGB (Red+Green+Blue) = 3+73+45=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #03492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03492D is #FCB6D2. Grayscale: #303030. Windows color (decimal): -16561875 or 2967811. OLE color: 2967811.

HSL color Cylindrical-coordinate representation of color #03492D: hue angle of 156º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03492D is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 73 45 -
CMYK 0.96 0 0.38 0.71
HSL 156º 0.92% 0.15% -
HSV(B) 156º 0.96% 0.29% -
XYZ 2.89 4.97 3.29 -
YUV 48.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 3 73 45 0.96 0 0.38 0.71 156 0.92 0.15
Hex 3 49 2D 60 0 26 47 9C 5C F
Octal 3 111 55 140 0 46 107 234 134 17
Binary 11 1001001 101101 1100000 0 100110 1000111 10011100 1011100 1111

Color Harmonies of #03492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03492D

Black with #03492D

Text Example


Text Example

White with #03492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,73,45); }

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

background-color css

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

 a { background-color: rgb(3,73,45); }

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

border-color css

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

 span { border-color: rgb(3,73,45); }

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