Html Css Color HEX #03542C British Racing Green

📋 copy color: '#03542C'

red 3 ◦ green 84 ◦ blue 44

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

Shades of British Racing Green #03542C

Tints of British Racing Green #03542C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 64.12%

 BLUE value IS 44 (17.58% from 255) = 33.59%

R = 2.29%
G = 64.12%
B = 33.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#03542C (or 0x03542C) is known color: British Racing Green. HEX triplet: 03, 54 and 2C. RGB value is (3,84,44). Sum of RGB (Red+Green+Blue) = 3+84+44=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 84 (33.20% from 255 or 64.12% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 84 - color contains mainly: green. Hex color #03542C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03542C is #FCABD3. Grayscale: #373737. Windows color (decimal): -16559060 or 2905091. OLE color: 2905091.

HSL color Cylindrical-coordinate representation of color #03542C: hue angle of 150.37º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03542C is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 84 44 -
CMYK 0.96 0 0.48 0.67
HSL 150.37º 0.93% 0.17% -
HSV(B) 150.37º 0.96% 0.33% -
XYZ 3.66 6.54 3.45 -
YUV 55.22 121.66 90.75 -
System Red Green Blue C M Y K H S L
Decimal 3 84 44 0.96 0 0.48 0.67 150.37 0.93 0.17
Hex 3 54 2C 60 0 30 43 96 5D 11
Octal 3 124 54 140 0 60 103 226 135 21
Binary 11 1010100 101100 1100000 0 110000 1000011 10010110 1011101 10001

Color Harmonies of #03542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03542C

Black with #03542C

Text Example


Text Example

White with #03542C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03542C; }

 p { color: rgb(3,84,44); }

 H1.HeaderClassName
 {
   color: #03542C;
 }
 .AnyTagClassName
 {
   color: #03542C;
 }
</style>

background-color css

<style>
 a { background-color: #03542C; }

 a { background-color: rgb(3,84,44); }

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

border-color css

<style>
 span { border-color: #03542C; }

 span { border-color: rgb(3,84,44); }

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