Html Css Color HEX #01502A British Racing Green

📋 copy color: '#01502A'

red 1 ◦ green 80 ◦ blue 42

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

Shades of British Racing Green #01502A

Tints of British Racing Green #01502A

RGB

 RED value IS 1 (0.78% from 255) = 0.81%

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

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

R = 0.81%
G = 65.04%
B = 34.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#01502A (or 0x01502A) is known color: British Racing Green. HEX triplet: 01, 50 and 2A. RGB value is (1,80,42). Sum of RGB (Red+Green+Blue) = 1+80+42=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #01502A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01502A is #FEAFD5. Grayscale: #343434. Windows color (decimal): -16691158 or 2772993. OLE color: 2772993.

HSL color Cylindrical-coordinate representation of color #01502A: hue angle of 151.14º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01502A is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 80 42 -
CMYK 0.99 0 0.48 0.69
HSL 151.14º 0.98% 0.16% -
HSV(B) 151.14º 0.99% 0.31% -
XYZ 3.3 5.91 3.16 -
YUV 52.05 122.33 91.59 -
System Red Green Blue C M Y K H S L
Decimal 1 80 42 0.99 0 0.48 0.69 151.14 0.98 0.16
Hex 1 50 2A 63 0 30 45 97 62 10
Octal 1 120 52 143 0 60 105 227 142 20
Binary 1 1010000 101010 1100011 0 110000 1000101 10010111 1100010 10000

Color Harmonies of #01502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01502A

Black with #01502A

Text Example


Text Example

White with #01502A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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