Html Css Color HEX #03521F British Racing Green

📋 copy color: '#03521F'

red 3 ◦ green 82 ◦ blue 31

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

Shades of British Racing Green #03521F

Tints of British Racing Green #03521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 70.69%

 BLUE value IS 31 (12.5% from 255) = 26.72%

R = 2.59%
G = 70.69%
B = 26.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#03521F (or 0x03521F) is known color: British Racing Green. HEX triplet: 03, 52 and 1F. RGB value is (3,82,31). Sum of RGB (Red+Green+Blue) = 3+82+31=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 82 (32.42% from 255 or 70.69% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 82 - color contains mainly: green. Hex color #03521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03521F is #FCADE0. Grayscale: #343434. Windows color (decimal): -16559585 or 2052611. OLE color: 2052611.

HSL color Cylindrical-coordinate representation of color #03521F: hue angle of 141.27º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03521F is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 31 -
CMYK 0.96 0 0.62 0.68
HSL 141.27º 0.93% 0.17% -
HSV(B) 141.27º 0.96% 0.32% -
XYZ 3.3 6.15 2.31 -
YUV 52.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 3 82 31 0.96 0 0.62 0.68 141.27 0.93 0.17
Hex 3 52 1F 60 0 3E 44 8D 5D 11
Octal 3 122 37 140 0 76 104 215 135 21
Binary 11 1010010 11111 1100000 0 111110 1000100 10001101 1011101 10001

Color Harmonies of #03521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03521F

Black with #03521F

Text Example


Text Example

White with #03521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,82,31); }

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

background-color css

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

 a { background-color: rgb(3,82,31); }

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

border-color css

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

 span { border-color: rgb(3,82,31); }

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