#014422

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

Shades of British Racing Green #014422

Tints of British Racing Green #014422

Color information

#014422 (or 0x014422) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 22. RGB value is (1,68,34). Sum of RGB (Red+Green+Blue) = 1+68+34=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #014422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014422 is #FEBBDD. Grayscale: #2C2C2C. Windows color (decimal): -16694238 or 2245633. OLE color: 2245633.

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

Color convert

RGB16834-
CMYK0.9900.500.73
HSL149.55º97.1%13.53%-
HSV(B)149.55º98.53%26.67%-
XYZ2.374.262.21-
YUV44.09122.397.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 68 (26.95% from 255) = 66.02%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=0.97%
G=66.02%
B=33.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168340.9900.500.73149.5597.113.53
Hex1442263032499661e
Octal11044214306211122614116
Binary110001001000101100011011001010010011001011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014422; }

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

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

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

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

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

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

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

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