Html Css Color HEX #00502A British Racing Green

📋 copy color: '#00502A'

red 0 ◦ green 80 ◦ blue 42

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

Shades of British Racing Green #00502A

Tints of British Racing Green #00502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 0%
G = 65.57%
B = 34.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#00502A (or 0x00502A) is known color: British Racing Green. HEX triplet: 00, 50 and 2A. RGB value is (0,80,42). Sum of RGB (Red+Green+Blue) = 0+80+42=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #00502A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00502A is #FFAFD5. Grayscale: #333333. Windows color (decimal): -16756694 or 2772992. OLE color: 2772992.

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

Color convert

RGB 0 80 42 -
CMYK 1 0 0.48 0.69
HSL 151.5º 1% 0.16% -
HSV(B) 151.5º 1% 0.31% -
XYZ 3.29 5.9 3.16 -
YUV 51.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 0 80 42 1 0 0.48 0.69 151.5 1 0.16
Hex 0 50 2A 64 0 30 45 98 64 10
Octal 0 120 52 144 0 60 105 230 144 20
Binary 0 1010000 101010 1100100 0 110000 1000101 10011000 1100100 10000

Color Harmonies of #00502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00502A

Black with #00502A

Text Example


Text Example

White with #00502A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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