#014515

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

Shades of British Racing Green #014515

Tints of British Racing Green #014515

Color information

#014515 (or 0x014515) is unknown color: approx British Racing Green. HEX triplet: 01, 45 and 15. RGB value is (1,69,21). Sum of RGB (Red+Green+Blue) = 1+69+21=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 69 (27.34% from 255 or 75.82% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 69 - color contains mainly: green. Hex color #014515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014515 is #FEBAEA. Grayscale: #2B2B2B. Windows color (decimal): -16693995 or 1393921. OLE color: 1393921.

HSL color Cylindrical-coordinate representation of color #014515: hue angle of 137.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014515 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB16921-
CMYK0.9900.700.73
HSL137.65º97.14%13.73%-
HSV(B)137.65º98.55%27.06%-
XYZ2.284.321.42-
YUV43.2115.4797.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 69 (27.34% from 255) = 75.82%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=1.10%
G=75.82%
B=23.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169210.9900.700.73137.6597.1413.73
Hex1451563046498a61e
Octal110525143010611121214116
Binary110001011010111000110100011010010011000101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014515; }

 p { color: rgb(1,69,21); }

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

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

 a { background-color: rgb(1,69,21); }

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

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

 span { border-color: rgb(1,69,21); }

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