#014028

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

Shades of British Racing Green #014028

Tints of British Racing Green #014028

Color information

#014028 (or 0x014028) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 28. RGB value is (1,64,40). Sum of RGB (Red+Green+Blue) = 1+64+40=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #014028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014028 is #FEBFD7. Grayscale: #2A2A2A. Windows color (decimal): -16695256 or 2637825. OLE color: 2637825.

HSL color Cylindrical-coordinate representation of color #014028: hue angle of 157.14º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014028 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB16440-
CMYK0.9800.380.75
HSL157.14º96.92%12.75%-
HSV(B)157.14º98.44%25.1%-
XYZ2.233.832.63-
YUV42.43126.6398.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 64 (25.39% from 255) = 60.95%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=0.95%
G=60.95%
B=38.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164400.9800.380.75157.1496.9212.75
Hex14028620264B9d61d
Octal11005014204611323514115
Binary110000001010001100010010011010010111001110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014028; }

 p { color: rgb(1,64,40); }

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

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

 a { background-color: rgb(1,64,40); }

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

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

 span { border-color: rgb(1,64,40); }

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