#01552E

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

Shades of British Racing Green #01552E

Tints of British Racing Green #01552E

Color information

#01552E (or 0x01552E) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 2E. RGB value is (1,85,46). Sum of RGB (Red+Green+Blue) = 1+85+46=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #01552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01552E is #FEAAD1. Grayscale: #373737. Windows color (decimal): -16689874 or 3036417. OLE color: 3036417.

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

Color convert

RGB18546-
CMYK0.9900.460.67
HSL152.14º97.67%16.86%-
HSV(B)152.14º98.82%33.33%-
XYZ3.756.73.68-
YUV55.44122.6789.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 85 (33.59% from 255) = 64.39%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=0.76%
G=64.39%
B=34.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185460.9900.460.67152.1497.6716.86
Hex1552E6302E43986211
Octal11255614305610323014221
Binary1101010110111011000110101110100001110011000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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