#015331

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

Shades of British Racing Green #015331

Tints of British Racing Green #015331

Color information

#015331 (or 0x015331) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 31. RGB value is (1,83,49). Sum of RGB (Red+Green+Blue) = 1+83+49=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #015331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015331 is #FEACCE. Grayscale: #363636. Windows color (decimal): -16690383 or 3232513. OLE color: 3232513.

HSL color Cylindrical-coordinate representation of color #015331: hue angle of 155.12º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015331 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB18349-
CMYK0.9900.410.67
HSL155.12º97.62%16.47%-
HSV(B)155.12º98.8%32.55%-
XYZ3.666.413.95-
YUV54.61124.8389.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 83 (32.81% from 255) = 62.41%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=0.75%
G=62.41%
B=36.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183490.9900.410.67155.1297.6216.47
Hex1533163029439b6210
Octal11236114305110323314220
Binary1101001111000111000110101001100001110011011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015331; }

 p { color: rgb(1,83,49); }

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

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

 a { background-color: rgb(1,83,49); }

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

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

 span { border-color: rgb(1,83,49); }

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