#014426

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

Shades of British Racing Green #014426

Tints of British Racing Green #014426

Color information

#014426 (or 0x014426) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 26. RGB value is (1,68,38). Sum of RGB (Red+Green+Blue) = 1+68+38=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #014426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014426 is #FEBBD9. Grayscale: #2C2C2C. Windows color (decimal): -16694234 or 2507777. OLE color: 2507777.

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

Color convert

RGB16838-
CMYK0.9900.440.73
HSL153.13º97.1%13.53%-
HSV(B)153.13º98.53%26.67%-
XYZ2.434.282.53-
YUV44.55124.396.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 68 (26.95% from 255) = 63.55%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=0.93%
G=63.55%
B=35.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168380.9900.440.73153.1397.113.53
Hex144266302C499961e
Octal11044614305411123114116
Binary110001001001101100011010110010010011001100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014426; }

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

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

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

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

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

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

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

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