Html Css Color HEX #03542F British Racing Green

📋 copy color: '#03542F'

red 3 ◦ green 84 ◦ blue 47

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

Shades of British Racing Green #03542F

Tints of British Racing Green #03542F

RGB

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

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

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

R = 2.24%
G = 62.69%
B = 35.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#03542F (or 0x03542F) is known color: British Racing Green. HEX triplet: 03, 54 and 2F. RGB value is (3,84,47). Sum of RGB (Red+Green+Blue) = 3+84+47=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #03542F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03542F is #FCABD0. Grayscale: #373737. Windows color (decimal): -16559057 or 3101699. OLE color: 3101699.

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

Color convert

RGB 3 84 47 -
CMYK 0.96 0 0.44 0.67
HSL 152.59º 0.93% 0.17% -
HSV(B) 152.59º 0.96% 0.33% -
XYZ 3.72 6.57 3.76 -
YUV 55.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 3 84 47 0.96 0 0.44 0.67 152.59 0.93 0.17
Hex 3 54 2F 60 0 2C 43 99 5D 11
Octal 3 124 57 140 0 54 103 231 135 21
Binary 11 1010100 101111 1100000 0 101100 1000011 10011001 1011101 10001

Color Harmonies of #03542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03542F

Black with #03542F

Text Example


Text Example

White with #03542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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