#014428

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

Shades of British Racing Green #014428

Tints of British Racing Green #014428

Color information

#014428 (or 0x014428) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 28. RGB value is (1,68,40). Sum of RGB (Red+Green+Blue) = 1+68+40=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #014428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014428 is #FEBBD7. Grayscale: #2C2C2C. Windows color (decimal): -16694232 or 2638849. OLE color: 2638849.

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

Color convert

RGB16840-
CMYK0.9900.410.73
HSL154.93º97.1%13.53%-
HSV(B)154.93º98.53%26.67%-
XYZ2.464.292.71-
YUV44.78125.396.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 68 (26.95% from 255) = 62.39%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=0.92%
G=62.39%
B=36.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168400.9900.410.73154.9397.113.53
Hex1442863029499b61e
Octal11045014305111123314116
Binary110001001010001100011010100110010011001101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014428; }

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

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

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

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

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

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

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

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