Html Css Color HEX #00502B British Racing Green

📋 copy color: '#00502B'

red 0 ◦ green 80 ◦ blue 43

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

Shades of British Racing Green #00502B

Tints of British Racing Green #00502B

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 value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#00502B (or 0x00502B) is known color: 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

RGB 0 80 43 -
CMYK 1 0 0.46 0.69
HSL 152.25º 1% 0.16% -
HSV(B) 152.25º 1% 0.31% -
XYZ 3.3 5.91 3.25 -
YUV 51.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 0 80 43 1 0 0.46 0.69 152.25 1 0.16
Hex 0 50 2B 64 0 2E 45 98 64 10
Octal 0 120 53 144 0 56 105 230 144 20
Binary 0 1010000 101011 1100100 0 101110 1000101 10011000 1100100 10000

Color Harmonies of #00502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00502B

Black with #00502B

Text Example


Text Example

White with #00502B

Text Example


Text Example

HTML Codes & Css Web 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>