Html Css Color HEX #03492B British Racing Green

📋 copy color: '#03492B'

red 3 ◦ green 73 ◦ blue 43

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

Shades of British Racing Green #03492B

Tints of British Racing Green #03492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.13%

R = 2.52%
G = 61.34%
B = 36.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#03492B (or 0x03492B) is known color: British Racing Green. HEX triplet: 03, 49 and 2B. RGB value is (3,73,43). Sum of RGB (Red+Green+Blue) = 3+73+43=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #03492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03492B is #FCB6D4. Grayscale: #303030. Windows color (decimal): -16561877 or 2836739. OLE color: 2836739.

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

Color convert

RGB 3 73 43 -
CMYK 0.96 0 0.41 0.71
HSL 154.29º 0.92% 0.15% -
HSV(B) 154.29º 0.96% 0.29% -
XYZ 2.86 4.96 3.09 -
YUV 48.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 3 73 43 0.96 0 0.41 0.71 154.29 0.92 0.15
Hex 3 49 2B 60 0 29 47 9A 5C F
Octal 3 111 53 140 0 51 107 232 134 17
Binary 11 1001001 101011 1100000 0 101001 1000111 10011010 1011100 1111

Color Harmonies of #03492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03492B

Black with #03492B

Text Example


Text Example

White with #03492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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