Html Css Color HEX #00522B British Racing Green

📋 copy color: '#00522B'

red 0 ◦ green 82 ◦ blue 43

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

Shades of British Racing Green #00522B

Tints of British Racing Green #00522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.4%

R = 0%
G = 65.6%
B = 34.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#00522B (or 0x00522B) is known color: British Racing Green. HEX triplet: 00, 52 and 2B. RGB value is (0,82,43). Sum of RGB (Red+Green+Blue) = 0+82+43=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 82 (32.42% from 255 or 65.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 82 - color contains mainly: green. Hex color #00522B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00522B is #FFADD4. Grayscale: #353535. Windows color (decimal): -16756181 or 2839040. OLE color: 2839040.

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

Color convert

RGB 0 82 43 -
CMYK 1 0 0.48 0.68
HSL 151.46º 1% 0.16% -
HSV(B) 151.46º 1% 0.32% -
XYZ 3.45 6.21 3.3 -
YUV 53.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 0 82 43 1 0 0.48 0.68 151.46 1 0.16
Hex 0 52 2B 64 0 30 44 97 64 10
Octal 0 122 53 144 0 60 104 227 144 20
Binary 0 1010010 101011 1100100 0 110000 1000100 10010111 1100100 10000

Color Harmonies of #00522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00522B

Black with #00522B

Text Example


Text Example

White with #00522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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