Html Css Color HEX #03492F British Racing Green

📋 copy color: '#03492F'

red 3 ◦ green 73 ◦ blue 47

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

Shades of British Racing Green #03492F

Tints of British Racing Green #03492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.21%

R = 2.44%
G = 59.35%
B = 38.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#03492F (or 0x03492F) is known color: British Racing Green. HEX triplet: 03, 49 and 2F. RGB value is (3,73,47). Sum of RGB (Red+Green+Blue) = 3+73+47=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #03492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03492F is #FCB6D0. Grayscale: #313131. Windows color (decimal): -16561873 or 3098883. OLE color: 3098883.

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

Color convert

RGB 3 73 47 -
CMYK 0.96 0 0.36 0.71
HSL 157.71º 0.92% 0.15% -
HSV(B) 157.71º 0.96% 0.29% -
XYZ 2.93 4.99 3.5 -
YUV 49.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 3 73 47 0.96 0 0.36 0.71 157.71 0.92 0.15
Hex 3 49 2F 60 0 24 47 9E 5C F
Octal 3 111 57 140 0 44 107 236 134 17
Binary 11 1001001 101111 1100000 0 100100 1000111 10011110 1011100 1111

Color Harmonies of #03492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03492F

Black with #03492F

Text Example


Text Example

White with #03492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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