#014622

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

Shades of British Racing Green #014622

Tints of British Racing Green #014622

Color information

#014622 (or 0x014622) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 22. RGB value is (1,70,34). Sum of RGB (Red+Green+Blue) = 1+70+34=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #014622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014622 is #FEB9DD. Grayscale: #2D2D2D. Windows color (decimal): -16693726 or 2246145. OLE color: 2246145.

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

Color convert

RGB17034-
CMYK0.9900.510.73
HSL148.7º97.18%13.92%-
HSV(B)148.7º98.57%27.45%-
XYZ2.494.52.25-
YUV45.26121.6496.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 70 (27.73% from 255) = 66.67%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=0.95%
G=66.67%
B=32.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170340.9900.510.73148.797.1813.92
Hex1462263033499561e
Octal11064214306311122514116
Binary110001101000101100011011001110010011001010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014622; }

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

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

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

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

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

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

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

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