#01480F

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

Shades of British Racing Green #01480F

Tints of British Racing Green #01480F

Color information

#01480F (or 0x01480F) is unknown color: approx British Racing Green. HEX triplet: 01, 48 and 0F. RGB value is (1,72,15). Sum of RGB (Red+Green+Blue) = 1+72+15=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 72 (28.52% from 255 or 81.82% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 72 - color contains mainly: green. Hex color #01480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01480F is #FEB7F0. Grayscale: #2C2C2C. Windows color (decimal): -16693233 or 1001473. OLE color: 1001473.

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

Color convert

RGB17215-
CMYK0.9900.790.72
HSL131.83º97.26%14.31%-
HSV(B)131.83º98.61%28.24%-
XYZ2.424.681.23-
YUV44.27111.4897.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 72 (28.52% from 255) = 81.82%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=1.14%
G=81.82%
B=17.05%

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
Decimal172150.9900.790.72131.8397.2614.31
Hex148F6304F488461e
Octal111017143011711020414116
Binary11001000111111000110100111110010001000010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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