#014423

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

Shades of British Racing Green #014423

Tints of British Racing Green #014423

Color information

#014423 (or 0x014423) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 23. RGB value is (1,68,35). Sum of RGB (Red+Green+Blue) = 1+68+35=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #014423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014423 is #FEBBDC. Grayscale: #2C2C2C. Windows color (decimal): -16694237 or 2311169. OLE color: 2311169.

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

Color convert

RGB16835-
CMYK0.9900.490.73
HSL150.45º97.1%13.53%-
HSV(B)150.45º98.53%26.67%-
XYZ2.384.262.29-
YUV44.2122.897.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 68 (26.95% from 255) = 65.38%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=0.96%
G=65.38%
B=33.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168350.9900.490.73150.4597.113.53
Hex1442363031499661e
Octal11044314306111122614116
Binary110001001000111100011011000110010011001011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014423; }

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

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

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

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

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

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

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

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