#01551F

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

Shades of British Racing Green #01551F

Tints of British Racing Green #01551F

Color information

#01551F (or 0x01551F) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 1F. RGB value is (1,85,31). Sum of RGB (Red+Green+Blue) = 1+85+31=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #01551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01551F is #FEAAE0. Grayscale: #353535. Windows color (decimal): -16689889 or 2053377. OLE color: 2053377.

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

Color convert

RGB18531-
CMYK0.9900.640.67
HSL141.43º97.67%16.86%-
HSV(B)141.43º98.82%33.33%-
XYZ3.516.62.39-
YUV53.73115.1790.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 85 (33.59% from 255) = 72.65%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=0.85%
G=72.65%
B=26.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185310.9900.640.67141.4397.6716.86
Hex1551F63040438d6211
Octal112537143010010321514221
Binary1101010111111110001101000000100001110001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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