#01510E

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

Shades of British Racing Green #01510E

Tints of British Racing Green #01510E

Color information

#01510E (or 0x01510E) is unknown color: approx British Racing Green. HEX triplet: 01, 51 and 0E. RGB value is (1,81,14). Sum of RGB (Red+Green+Blue) = 1+81+14=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 81 (32.03% from 255 or 84.38% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 81 - color contains mainly: green. Hex color #01510E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01510E is #FEAEF1. Grayscale: #313131. Windows color (decimal): -16690930 or 938241. OLE color: 938241.

HSL color Cylindrical-coordinate representation of color #01510E: hue angle of 129.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01510E is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB18114-
CMYK0.9900.830.68
HSL129.75º97.56%16.08%-
HSV(B)129.75º98.77%31.76%-
XYZ3.035.921.4-
YUV49.4410893.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 81 (32.03% from 255) = 84.38%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=1.04%
G=84.38%
B=14.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal181140.9900.830.68129.7597.5616.08
Hex151E6305344826210
Octal112116143012310420214220
Binary110100011110110001101010011100010010000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,81,14); }

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

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

 a { background-color: rgb(1,81,14); }

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

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

 span { border-color: rgb(1,81,14); }

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