#01520F

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

Shades of British Racing Green #01520F

Tints of British Racing Green #01520F

Color information

#01520F (or 0x01520F) is unknown color: approx British Racing Green. HEX triplet: 01, 52 and 0F. RGB value is (1,82,15). Sum of RGB (Red+Green+Blue) = 1+82+15=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 82 (32.42% from 255 or 83.67% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 82 - color contains mainly: green. Hex color #01520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01520F is #FEADF0. Grayscale: #323232. Windows color (decimal): -16690673 or 1004033. OLE color: 1004033.

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

Color convert

RGB18215-
CMYK0.9900.820.68
HSL130.37º97.59%16.27%-
HSV(B)130.37º98.78%32.16%-
XYZ3.126.081.46-
YUV50.14108.1692.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 82 (32.42% from 255) = 83.67%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=1.02%
G=83.67%
B=15.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal182150.9900.820.68130.3797.5916.27
Hex152F6305244826210
Octal112217143012210420214220
Binary110100101111110001101010010100010010000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01520F; }

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

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

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

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

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

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

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

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