#014820

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

Shades of British Racing Green #014820

Tints of British Racing Green #014820

Color information

#014820 (or 0x014820) is unknown color: approx British Racing Green. HEX triplet: 01, 48 and 20. RGB value is (1,72,32). Sum of RGB (Red+Green+Blue) = 1+72+32=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #014820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014820 is #FEB7DF. Grayscale: #2E2E2E. Windows color (decimal): -16693216 or 2115585. OLE color: 2115585.

HSL color Cylindrical-coordinate representation of color #014820: hue angle of 146.2º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014820 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB17232-
CMYK0.9900.560.72
HSL146.2º97.26%14.31%-
HSV(B)146.2º98.61%28.24%-
XYZ2.594.752.15-
YUV46.21119.9895.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 72 (28.52% from 255) = 68.57%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=0.95%
G=68.57%
B=30.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172320.9900.560.72146.297.2614.31
Hex1482063038489261e
Octal11104014307011022214116
Binary110010001000001100011011100010010001001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014820; }

 p { color: rgb(1,72,32); }

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

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

 a { background-color: rgb(1,72,32); }

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

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

 span { border-color: rgb(1,72,32); }

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