#015226

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

Shades of British Racing Green #015226

Tints of British Racing Green #015226

Color information

#015226 (or 0x015226) is unknown color: approx British Racing Green. HEX triplet: 01, 52 and 26. RGB value is (1,82,38). Sum of RGB (Red+Green+Blue) = 1+82+38=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #015226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015226 is #FEADD9. Grayscale: #343434. Windows color (decimal): -16690650 or 2511361. OLE color: 2511361.

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

Color convert

RGB18238-
CMYK0.9900.540.68
HSL147.41º97.59%16.27%-
HSV(B)147.41º98.78%32.16%-
XYZ3.386.182.85-
YUV52.76119.6691.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 82 (32.42% from 255) = 67.77%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=0.83%
G=67.77%
B=31.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal182380.9900.540.68147.4197.5916.27
Hex152266303644936210
Octal11224614306610422314220
Binary1101001010011011000110110110100010010010011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015226; }

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

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

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

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

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

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

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

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