Html Css Color HEX #03492A British Racing Green

📋 copy color: '#03492A'

red 3 ◦ green 73 ◦ blue 42

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

Shades of British Racing Green #03492A

Tints of British Racing Green #03492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 35.59%

R = 2.54%
G = 61.86%
B = 35.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#03492A (or 0x03492A) is known color: British Racing Green. HEX triplet: 03, 49 and 2A. RGB value is (3,73,42). Sum of RGB (Red+Green+Blue) = 3+73+42=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #03492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03492A is #FCB6D5. Grayscale: #303030. Windows color (decimal): -16561878 or 2771203. OLE color: 2771203.

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

Color convert

RGB 3 73 42 -
CMYK 0.96 0 0.42 0.71
HSL 153.43º 0.92% 0.15% -
HSV(B) 153.43º 0.96% 0.29% -
XYZ 2.84 4.95 3 -
YUV 48.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 3 73 42 0.96 0 0.42 0.71 153.43 0.92 0.15
Hex 3 49 2A 60 0 2A 47 99 5C F
Octal 3 111 52 140 0 52 107 231 134 17
Binary 11 1001001 101010 1100000 0 101010 1000111 10011001 1011100 1111

Color Harmonies of #03492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03492A

Black with #03492A

Text Example


Text Example

White with #03492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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