#015019

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

Shades of British Racing Green #015019

Tints of British Racing Green #015019

Color information

#015019 (or 0x015019) is unknown color: approx British Racing Green. HEX triplet: 01, 50 and 19. RGB value is (1,80,25). Sum of RGB (Red+Green+Blue) = 1+80+25=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #015019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015019 is #FEAFE6. Grayscale: #323232. Windows color (decimal): -16691175 or 1658881. OLE color: 1658881.

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

Color convert

RGB18025-
CMYK0.9900.690.69
HSL138.23º97.53%15.88%-
HSV(B)138.23º98.75%31.37%-
XYZ3.065.811.88-
YUV50.11113.8392.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 80 (31.64% from 255) = 75.47%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=0.94%
G=75.47%
B=23.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180250.9900.690.69138.2397.5315.88
Hex1501963045458a6210
Octal112031143010510521214220
Binary1101000011001110001101000101100010110001010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015019; }

 p { color: rgb(1,80,25); }

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

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

 a { background-color: rgb(1,80,25); }

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

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

 span { border-color: rgb(1,80,25); }

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