#01502B

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

Shades of British Racing Green #01502B

Tints of British Racing Green #01502B

Color information

#01502B (or 0x01502B) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 2B. RGB value is (1,80,43). Sum of RGB (Red+Green+Blue) = 1+80+43=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #01502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01502B is #FEAFD4. Grayscale: #343434. Windows color (decimal): -16691157 or 2838529. OLE color: 2838529.

HSL color Cylindrical-coordinate representation of color #01502B: hue angle of 151.9º 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 #01502B is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB18043-
CMYK0.9900.460.69
HSL151.9º97.53%15.88%-
HSV(B)151.9º98.75%31.37%-
XYZ3.325.923.25-
YUV52.16122.8391.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 80 (31.64% from 255) = 64.52%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=0.81%
G=64.52%
B=34.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180430.9900.460.69151.997.5315.88
Hex1502B6302E45986210
Octal11205314305610523014220
Binary1101000010101111000110101110100010110011000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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