#015235

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

Shades of British Racing Green #015235

Tints of British Racing Green #015235

Color information

#015235 (or 0x015235) is unknown color: approx British Racing Green. HEX triplet: 01, 52 and 35. RGB value is (1,82,53). Sum of RGB (Red+Green+Blue) = 1+82+53=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #015235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015235 is #FEADCA. Grayscale: #363636. Windows color (decimal): -16690635 or 3494401. OLE color: 3494401.

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

Color convert

RGB18253-
CMYK0.9900.350.68
HSL158.52º97.59%16.27%-
HSV(B)158.52º98.78%32.16%-
XYZ3.676.34.39-
YUV54.48127.1689.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 82 (32.42% from 255) = 60.29%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=0.74%
G=60.29%
B=38.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal182530.9900.350.68158.5297.5916.27
Hex1523563023449f6210
Octal11226514304310423714220
Binary1101001011010111000110100011100010010011111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015235; }

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

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

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

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

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

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

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

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