#015530

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

Shades of British Racing Green #015530

Tints of British Racing Green #015530

Color information

#015530 (or 0x015530) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 30. RGB value is (1,85,48). Sum of RGB (Red+Green+Blue) = 1+85+48=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #015530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015530 is #FEAACF. Grayscale: #373737. Windows color (decimal): -16689872 or 3167489. OLE color: 3167489.

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

Color convert

RGB18548-
CMYK0.9900.440.67
HSL153.57º97.67%16.86%-
HSV(B)153.57º98.82%33.33%-
XYZ3.796.723.89-
YUV55.67123.6789.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 85 (33.59% from 255) = 63.43%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=0.75%
G=63.43%
B=35.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185480.9900.440.67153.5797.6716.86
Hex155306302C439a6211
Octal11256014305410323214221
Binary1101010111000011000110101100100001110011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015530; }

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

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

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

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

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

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

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

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