Html Css Color HEX #03521D British Racing Green

📋 copy color: '#03521D'

red 3 ◦ green 82 ◦ blue 29

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

Shades of British Racing Green #03521D

Tints of British Racing Green #03521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.44%

R = 2.63%
G = 71.93%
B = 25.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#03521D (or 0x03521D) is known color: British Racing Green. HEX triplet: 03, 52 and 1D. RGB value is (3,82,29). Sum of RGB (Red+Green+Blue) = 3+82+29=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #03521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03521D is #FCADE2. Grayscale: #343434. Windows color (decimal): -16559587 or 1921539. OLE color: 1921539.

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

Color convert

RGB 3 82 29 -
CMYK 0.96 0 0.65 0.68
HSL 139.75º 0.93% 0.17% -
HSV(B) 139.75º 0.96% 0.32% -
XYZ 3.28 6.14 2.18 -
YUV 52.34 114.83 92.81 -
System Red Green Blue C M Y K H S L
Decimal 3 82 29 0.96 0 0.65 0.68 139.75 0.93 0.17
Hex 3 52 1D 60 0 41 44 8C 5D 11
Octal 3 122 35 140 0 101 104 214 135 21
Binary 11 1010010 11101 1100000 0 1000001 1000100 10001100 1011101 10001

Color Harmonies of #03521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03521D

Black with #03521D

Text Example


Text Example

White with #03521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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