#015129

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

Shades of British Racing Green #015129

Tints of British Racing Green #015129

Color information

#015129 (or 0x015129) is unknown color: approx British Racing Green. HEX triplet: 01, 51 and 29. RGB value is (1,81,41). Sum of RGB (Red+Green+Blue) = 1+81+41=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 81 (32.03% from 255 or 65.85% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 81 - color contains mainly: green. Hex color #015129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015129 is #FEAED6. Grayscale: #343434. Windows color (decimal): -16690903 or 2707713. OLE color: 2707713.

HSL color Cylindrical-coordinate representation of color #015129: hue angle of 150º 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 #015129 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB18141-
CMYK0.9900.490.68
HSL150º97.56%16.08%-
HSV(B)150º98.77%31.76%-
XYZ3.366.053.09-
YUV52.52121.591.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 81 (32.03% from 255) = 65.85%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=0.81%
G=65.85%
B=33.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal181410.9900.490.6815097.5616.08
Hex151296303144966210
Octal11215114306110422614220
Binary1101000110100111000110110001100010010010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015129; }

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

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

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

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

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

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

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

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