#01502D

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

Shades of British Racing Green #01502D

Tints of British Racing Green #01502D

Color information

#01502D (or 0x01502D) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 2D. RGB value is (1,80,45). Sum of RGB (Red+Green+Blue) = 1+80+45=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #01502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01502D is #FEAFD2. Grayscale: #343434. Windows color (decimal): -16691155 or 2969601. OLE color: 2969601.

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

Color convert

RGB18045-
CMYK0.9900.440.69
HSL153.42º97.53%15.88%-
HSV(B)153.42º98.75%31.37%-
XYZ3.355.933.45-
YUV52.39123.8391.35-

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) = 63.49%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=0.79%
G=63.49%
B=35.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180450.9900.440.69153.4297.5315.88
Hex1502D6302C45996210
Octal11205514305410523114220
Binary1101000010110111000110101100100010110011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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