Html Css Color HEX #005221 British Racing Green

📋 copy color: '#005221'

red 0 ◦ green 82 ◦ blue 33

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

Shades of British Racing Green #005221

Tints of British Racing Green #005221

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 33 (13.28% from 255) = 28.7%

R = 0%
G = 71.3%
B = 28.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#005221 (or 0x005221) is known color: British Racing Green. HEX triplet: 00, 52 and 21. RGB value is (0,82,33). Sum of RGB (Red+Green+Blue) = 0+82+33=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #005221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005221 is #FFADDE. Grayscale: #343434. Windows color (decimal): -16756191 or 2183680. OLE color: 2183680.

HSL color Cylindrical-coordinate representation of color #005221: hue angle of 144.15º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005221 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 82 33 -
CMYK 1 0 0.60 0.68
HSL 144.15º 1% 0.16% -
HSV(B) 144.15º 1% 0.32% -
XYZ 3.29 6.14 2.45 -
YUV 51.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 0 82 33 1 0 0.60 0.68 144.15 1 0.16
Hex 0 52 21 64 0 3C 44 90 64 10
Octal 0 122 41 144 0 74 104 220 144 20
Binary 0 1010010 100001 1100100 0 111100 1000100 10010000 1100100 10000

Color Harmonies of #005221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005221

Black with #005221

Text Example


Text Example

White with #005221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005221; }

 p { color: rgb(0,82,33); }

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

background-color css

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

 a { background-color: rgb(0,82,33); }

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

border-color css

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

 span { border-color: rgb(0,82,33); }

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