#014424

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

Shades of British Racing Green #014424

Tints of British Racing Green #014424

Color information

#014424 (or 0x014424) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 24. RGB value is (1,68,36). Sum of RGB (Red+Green+Blue) = 1+68+36=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #014424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014424 is #FEBBDB. Grayscale: #2C2C2C. Windows color (decimal): -16694236 or 2376705. OLE color: 2376705.

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

Color convert

RGB16836-
CMYK0.9900.470.73
HSL151.34º97.1%13.53%-
HSV(B)151.34º98.53%26.67%-
XYZ2.44.272.37-
YUV44.32123.397.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 68 (26.95% from 255) = 64.76%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=0.95%
G=64.76%
B=34.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168360.9900.470.73151.3497.113.53
Hex144246302F499761e
Octal11044414305711122714116
Binary110001001001001100011010111110010011001011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014424; }

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

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

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

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

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

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

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

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