#01470F

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

Shades of British Racing Green #01470F

Tints of British Racing Green #01470F

Color information

#01470F (or 0x01470F) is unknown color: approx British Racing Green. HEX triplet: 01, 47 and 0F. RGB value is (1,71,15). Sum of RGB (Red+Green+Blue) = 1+71+15=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 71 (28.12% from 255 or 81.61% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 71 - color contains mainly: green. Hex color #01470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01470F is #FEB8F0. Grayscale: #2B2B2B. Windows color (decimal): -16693489 or 1001217. OLE color: 1001217.

HSL color Cylindrical-coordinate representation of color #01470F: hue angle of 132º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01470F is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB17115-
CMYK0.9900.790.72
HSL132º97.22%14.12%-
HSV(B)132º98.59%27.84%-
XYZ2.354.551.21-
YUV43.69111.8197.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 71 (28.12% from 255) = 81.61%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=1.15%
G=81.61%
B=17.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171150.9900.790.7213297.2214.12
Hex147F6304F488461e
Octal110717143011711020414116
Binary11000111111111000110100111110010001000010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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