Html Css Color HEX #00521F British Racing Green

📋 copy color: '#00521F'

red 0 ◦ green 82 ◦ blue 31

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

Shades of British Racing Green #00521F

Tints of British Racing Green #00521F

RGB

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

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

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

R = 0%
G = 72.57%
B = 27.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#00521F (or 0x00521F) is known color: British Racing Green. HEX triplet: 00, 52 and 1F. RGB value is (0,82,31). Sum of RGB (Red+Green+Blue) = 0+82+31=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #00521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00521F is #FFADE0. Grayscale: #333333. Windows color (decimal): -16756193 or 2052608. OLE color: 2052608.

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

Color convert

RGB 0 82 31 -
CMYK 1 0 0.62 0.68
HSL 142.68º 1% 0.16% -
HSV(B) 142.68º 1% 0.32% -
XYZ 3.26 6.13 2.31 -
YUV 51.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 0 82 31 1 0 0.62 0.68 142.68 1 0.16
Hex 0 52 1F 64 0 3E 44 8F 64 10
Octal 0 122 37 144 0 76 104 217 144 20
Binary 0 1010010 11111 1100100 0 111110 1000100 10001111 1100100 10000

Color Harmonies of #00521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00521F

Black with #00521F

Text Example


Text Example

White with #00521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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