#01552C

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

Shades of British Racing Green #01552C

Tints of British Racing Green #01552C

Color information

#01552C (or 0x01552C) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 2C. RGB value is (1,85,44). Sum of RGB (Red+Green+Blue) = 1+85+44=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #01552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01552C is #FEAAD3. Grayscale: #373737. Windows color (decimal): -16689876 or 2905345. OLE color: 2905345.

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

Color convert

RGB18544-
CMYK0.9900.480.67
HSL150.71º97.67%16.86%-
HSV(B)150.71º98.82%33.33%-
XYZ3.726.693.48-
YUV55.21121.6789.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 85 (33.59% from 255) = 65.38%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=0.77%
G=65.38%
B=33.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185440.9900.480.67150.7197.6716.86
Hex1552C6303043976211
Octal11255414306010322714221
Binary1101010110110011000110110000100001110010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01552C; }

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

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

<style>
 a { background-color: #01552C; }

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

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

<style>
 span { border-color: #01552C; }

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

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