#015210

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

Shades of British Racing Green #015210

Tints of British Racing Green #015210

Color information

#015210 (or 0x015210) is unknown color: approx British Racing Green. HEX triplet: 01, 52 and 10. RGB value is (1,82,16). Sum of RGB (Red+Green+Blue) = 1+82+16=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 82 (32.42% from 255 or 82.83% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 82 - color contains mainly: green. Hex color #015210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015210 is #FEADEF. Grayscale: #323232. Windows color (decimal): -16690672 or 1069569. OLE color: 1069569.

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

Color convert

RGB18216-
CMYK0.9900.800.68
HSL131.11º97.59%16.27%-
HSV(B)131.11º98.78%32.16%-
XYZ3.126.081.5-
YUV50.26108.6692.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 82 (32.42% from 255) = 82.83%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=1.01%
G=82.83%
B=16.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal182160.9900.800.68131.1197.5916.27
Hex152106305044836210
Octal112220143012010420314220
Binary1101001010000110001101010000100010010000011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015210; }

 p { color: rgb(1,82,16); }

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

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

 a { background-color: rgb(1,82,16); }

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

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

 span { border-color: rgb(1,82,16); }

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