#01502E

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

Shades of British Racing Green #01502E

Tints of British Racing Green #01502E

Color information

#01502E (or 0x01502E) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 2E. RGB value is (1,80,46). Sum of RGB (Red+Green+Blue) = 1+80+46=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #01502E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01502E is #FEAFD1. Grayscale: #343434. Windows color (decimal): -16691154 or 3035137. OLE color: 3035137.

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

Color convert

RGB18046-
CMYK0.9900.420.69
HSL154.18º97.53%15.88%-
HSV(B)154.18º98.75%31.37%-
XYZ3.375.943.55-
YUV52.5124.3391.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 80 (31.64% from 255) = 62.99%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=0.79%
G=62.99%
B=36.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180460.9900.420.69154.1897.5315.88
Hex1502E6302A459a6210
Octal11205614305210523214220
Binary1101000010111011000110101010100010110011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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