Html Css Color HEX #00502C British Racing Green

📋 copy color: '#00502C'

red 0 ◦ green 80 ◦ blue 44

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

Shades of British Racing Green #00502C

Tints of British Racing Green #00502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 64.52%

 BLUE value IS 44 (17.58% from 255) = 35.48%

R = 0%
G = 64.52%
B = 35.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#00502C (or 0x00502C) is known color: British Racing Green. HEX triplet: 00, 50 and 2C. RGB value is (0,80,44). Sum of RGB (Red+Green+Blue) = 0+80+44=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #00502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00502C is #FFAFD3. Grayscale: #343434. Windows color (decimal): -16756692 or 2904064. OLE color: 2904064.

HSL color Cylindrical-coordinate representation of color #00502C: hue angle of 153º 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 #00502C is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 44 -
CMYK 1 0 0.45 0.69
HSL 153º 1% 0.16% -
HSV(B) 153º 1% 0.31% -
XYZ 3.32 5.92 3.35 -
YUV 51.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 0 80 44 1 0 0.45 0.69 153 1 0.16
Hex 0 50 2C 64 0 2D 45 99 64 10
Octal 0 120 54 144 0 55 105 231 144 20
Binary 0 1010000 101100 1100100 0 101101 1000101 10011001 1100100 10000

Color Harmonies of #00502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00502C

Black with #00502C

Text Example


Text Example

White with #00502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00502C;
 }
 .AnyTagClassName
 {
   color: #00502C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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