#00502B

Color #00502B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #00502B

Tints of British Racing Green #00502B

Color information

#00502B (or 0x00502B) is unknown color: approx British Racing Green. HEX triplet: 00, 50 and 2B. RGB value is (0,80,43). Sum of RGB (Red+Green+Blue) = 0+80+43=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #00502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00502B is #FFAFD4. Grayscale: #333333. Windows color (decimal): -16756693 or 2838528. OLE color: 2838528.

HSL color Cylindrical-coordinate representation of color #00502B: hue angle of 152.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00502B is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB08043-
CMYK100.460.69
HSL152.25º100%15.69%-
HSV(B)152.25º100%31.37%-
XYZ3.35.913.25-
YUV51.8612391.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 65.04%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=0%
G=65.04%
B=34.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal08043100.460.69152.2510015.69
Hex0502B6402E45986410
Octal01205314405610523014420
Binary0101000010101111001000101110100010110011000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00502B;
 }
 .AnyTagClassName
 {
   color: #00502B;
 }
</style>
background-color css

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

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

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

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

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

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