#01502F

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

Shades of British Racing Green #01502F

Tints of British Racing Green #01502F

Color information

#01502F (or 0x01502F) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 2F. RGB value is (1,80,47). Sum of RGB (Red+Green+Blue) = 1+80+47=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #01502F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01502F is #FEAFD0. Grayscale: #343434. Windows color (decimal): -16691153 or 3100673. OLE color: 3100673.

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

Color convert

RGB18047-
CMYK0.9900.410.69
HSL154.94º97.53%15.88%-
HSV(B)154.94º98.75%31.37%-
XYZ3.395.953.66-
YUV52.62124.8391.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 80 (31.64% from 255) = 62.5%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=0.78%
G=62.5%
B=36.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180470.9900.410.69154.9497.5315.88
Hex1502F63029459b6210
Octal11205714305110523314220
Binary1101000010111111000110101001100010110011011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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