#015338

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

Shades of British Racing Green #015338

Tints of British Racing Green #015338

Color information

#015338 (or 0x015338) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 38. RGB value is (1,83,56). Sum of RGB (Red+Green+Blue) = 1+83+56=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #015338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015338 is #FEACC7. Grayscale: #373737. Windows color (decimal): -16690376 or 3691265. OLE color: 3691265.

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

Color convert

RGB18356-
CMYK0.9900.330.67
HSL160.24º97.62%16.47%-
HSV(B)160.24º98.8%32.55%-
XYZ3.826.484.79-
YUV55.4128.3389.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 83 (32.81% from 255) = 59.29%
BLUE value IS 56 (22.27% from 255) = 40%
R=0.71%
G=59.29%
B=40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183560.9900.330.67160.2497.6216.47
Hex153386302143a06210
Octal11237014304110324014220
Binary1101001111100011000110100001100001110100000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015338; }

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

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

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

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

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

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

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

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