#014427

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

Shades of British Racing Green #014427

Tints of British Racing Green #014427

Color information

#014427 (or 0x014427) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 27. RGB value is (1,68,39). Sum of RGB (Red+Green+Blue) = 1+68+39=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #014427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014427 is #FEBBD8. Grayscale: #2C2C2C. Windows color (decimal): -16694233 or 2573313. OLE color: 2573313.

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

Color convert

RGB16839-
CMYK0.9900.430.73
HSL154.03º97.1%13.53%-
HSV(B)154.03º98.53%26.67%-
XYZ2.454.292.62-
YUV44.66124.896.86-

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) = 62.96%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=0.93%
G=62.96%
B=36.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168390.9900.430.73154.0397.113.53
Hex144276302B499a61e
Octal11044714305311123214116
Binary110001001001111100011010101110010011001101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014427; }

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

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

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

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

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

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

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

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