Html Css Color HEX #03492E British Racing Green

📋 copy color: '#03492E'

red 3 ◦ green 73 ◦ blue 46

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

Shades of British Racing Green #03492E

Tints of British Racing Green #03492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 37.7%

R = 2.46%
G = 59.84%
B = 37.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#03492E (or 0x03492E) is known color: British Racing Green. HEX triplet: 03, 49 and 2E. RGB value is (3,73,46). Sum of RGB (Red+Green+Blue) = 3+73+46=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #03492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03492E is #FCB6D1. Grayscale: #313131. Windows color (decimal): -16561874 or 3033347. OLE color: 3033347.

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

Color convert

RGB 3 73 46 -
CMYK 0.96 0 0.37 0.71
HSL 156.86º 0.92% 0.15% -
HSV(B) 156.86º 0.96% 0.29% -
XYZ 2.91 4.98 3.39 -
YUV 48.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 3 73 46 0.96 0 0.37 0.71 156.86 0.92 0.15
Hex 3 49 2E 60 0 25 47 9D 5C F
Octal 3 111 56 140 0 45 107 235 134 17
Binary 11 1001001 101110 1100000 0 100101 1000111 10011101 1011100 1111

Color Harmonies of #03492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03492E

Black with #03492E

Text Example


Text Example

White with #03492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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