#01550F

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

Shades of British Racing Green #01550F

Tints of British Racing Green #01550F

Color information

#01550F (or 0x01550F) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 0F. RGB value is (1,85,15). Sum of RGB (Red+Green+Blue) = 1+85+15=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 85 (33.59% from 255 or 84.16% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 85 - color contains mainly: green. Hex color #01550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01550F is #FEAAF0. Grayscale: #343434. Windows color (decimal): -16689905 or 1004801. OLE color: 1004801.

HSL color Cylindrical-coordinate representation of color #01550F: hue angle of 130º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01550F is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB18515-
CMYK0.9900.820.67
HSL130º97.67%16.86%-
HSV(B)130º98.82%33.33%-
XYZ3.356.541.54-
YUV51.9107.1791.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 85 (33.59% from 255) = 84.16%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=0.99%
G=84.16%
B=14.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185150.9900.820.6713097.6716.86
Hex155F6305243826211
Octal112517143012210320214221
Binary110101011111110001101010010100001110000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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