#015335

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

Shades of British Racing Green #015335

Tints of British Racing Green #015335

Color information

#015335 (or 0x015335) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 35. RGB value is (1,83,53). Sum of RGB (Red+Green+Blue) = 1+83+53=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #015335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015335 is #FEACCA. Grayscale: #373737. Windows color (decimal): -16690379 or 3494657. OLE color: 3494657.

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

Color convert

RGB18353-
CMYK0.9900.360.67
HSL158.05º97.62%16.47%-
HSV(B)158.05º98.8%32.55%-
XYZ3.756.454.42-
YUV55.06126.8389.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 83 (32.81% from 255) = 60.58%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=0.73%
G=60.58%
B=38.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183530.9900.360.67158.0597.6216.47
Hex1533563024439e6210
Octal11236514304410323614220
Binary1101001111010111000110100100100001110011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015335; }

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

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

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

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

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

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

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

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