Html Css Color HEX #03541B British Racing Green

📋 copy color: '#03541B'

red 3 ◦ green 84 ◦ blue 27

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

Shades of British Racing Green #03541B

Tints of British Racing Green #03541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 2.63%
G = 73.68%
B = 23.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#03541B (or 0x03541B) is known color: British Racing Green. HEX triplet: 03, 54 and 1B. RGB value is (3,84,27). Sum of RGB (Red+Green+Blue) = 3+84+27=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #03541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03541B is #FCABE4. Grayscale: #353535. Windows color (decimal): -16559077 or 1790979. OLE color: 1790979.

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

Color convert

RGB 3 84 27 -
CMYK 0.96 0 0.68 0.67
HSL 137.78º 0.93% 0.17% -
HSV(B) 137.78º 0.96% 0.33% -
XYZ 3.41 6.44 2.1 -
YUV 53.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 3 84 27 0.96 0 0.68 0.67 137.78 0.93 0.17
Hex 3 54 1B 60 0 44 43 8A 5D 11
Octal 3 124 33 140 0 104 103 212 135 21
Binary 11 1010100 11011 1100000 0 1000100 1000011 10001010 1011101 10001

Color Harmonies of #03541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03541B

Black with #03541B

Text Example


Text Example

White with #03541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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