Html Css Color HEX #00521D British Racing Green

📋 copy color: '#00521D'

red 0 ◦ green 82 ◦ blue 29

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

Shades of British Racing Green #00521D

Tints of British Racing Green #00521D

RGB

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

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

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

R = 0%
G = 73.87%
B = 26.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#00521D (or 0x00521D) is known color: British Racing Green. HEX triplet: 00, 52 and 1D. RGB value is (0,82,29). Sum of RGB (Red+Green+Blue) = 0+82+29=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 82 (32.42% from 255 or 73.87% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 82 - color contains mainly: green. Hex color #00521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00521D is #FFADE2. Grayscale: #333333. Windows color (decimal): -16756195 or 1921536. OLE color: 1921536.

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

Color convert

RGB 0 82 29 -
CMYK 1 0 0.65 0.68
HSL 141.22º 1% 0.16% -
HSV(B) 141.22º 1% 0.32% -
XYZ 3.24 6.12 2.17 -
YUV 51.44 115.33 91.31 -
System Red Green Blue C M Y K H S L
Decimal 0 82 29 1 0 0.65 0.68 141.22 1 0.16
Hex 0 52 1D 64 0 41 44 8D 64 10
Octal 0 122 35 144 0 101 104 215 144 20
Binary 0 1010010 11101 1100100 0 1000001 1000100 10001101 1100100 10000

Color Harmonies of #00521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00521D

Black with #00521D

Text Example


Text Example

White with #00521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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