#014022

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

Shades of British Racing Green #014022

Tints of British Racing Green #014022

Color information

#014022 (or 0x014022) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 22. RGB value is (1,64,34). Sum of RGB (Red+Green+Blue) = 1+64+34=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #014022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014022 is #FEBFDD. Grayscale: #292929. Windows color (decimal): -16695262 or 2244609. OLE color: 2244609.

HSL color Cylindrical-coordinate representation of color #014022: hue angle of 151.43º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014022 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.

Color convert

RGB16434-
CMYK0.9800.470.75
HSL151.43º96.92%12.75%-
HSV(B)151.43º98.44%25.1%-
XYZ2.133.792.13-
YUV41.74123.6398.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 64 (25.39% from 255) = 64.65%
BLUE value IS 34 (13.67% from 255) = 34.34%
R=1.01%
G=64.65%
B=34.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164340.9800.470.75151.4396.9212.75
Hex140226202F4B9761d
Octal11004214205711322714115
Binary110000001000101100010010111110010111001011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014022; }

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

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

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

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

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

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

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

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