#015323

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

Shades of British Racing Green #015323

Tints of British Racing Green #015323

Color information

#015323 (or 0x015323) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 23. RGB value is (1,83,35). Sum of RGB (Red+Green+Blue) = 1+83+35=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #015323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015323 is #FEACDC. Grayscale: #353535. Windows color (decimal): -16690397 or 2315009. OLE color: 2315009.

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

Color convert

RGB18335-
CMYK0.9900.580.67
HSL144.88º97.62%16.47%-
HSV(B)144.88º98.8%32.55%-
XYZ3.416.312.63-
YUV53.01117.8390.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 83 (32.81% from 255) = 69.75%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=0.84%
G=69.75%
B=29.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183350.9900.580.67144.8897.6216.47
Hex153236303A43916210
Octal11234314307210322114220
Binary1101001110001111000110111010100001110010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015323; }

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

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

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

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

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

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

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

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