#01551A

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

Shades of British Racing Green #01551A

Tints of British Racing Green #01551A

Color information

#01551A (or 0x01551A) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 1A. RGB value is (1,85,26). Sum of RGB (Red+Green+Blue) = 1+85+26=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #01551A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01551A is #FEAAE5. Grayscale: #353535. Windows color (decimal): -16689894 or 1725697. OLE color: 1725697.

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

Color convert

RGB18526-
CMYK0.9900.690.67
HSL137.86º97.67%16.86%-
HSV(B)137.86º98.82%33.33%-
XYZ3.456.582.07-
YUV53.16112.6790.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 85 (33.59% from 255) = 75.89%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=0.89%
G=75.89%
B=23.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185260.9900.690.67137.8697.6716.86
Hex1551A63045438a6211
Octal112532143010510321214221
Binary1101010111010110001101000101100001110001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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