#014021

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

Shades of British Racing Green #014021

Tints of British Racing Green #014021

Color information

#014021 (or 0x014021) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 21. RGB value is (1,64,33). Sum of RGB (Red+Green+Blue) = 1+64+33=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #014021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014021 is #FEBFDE. Grayscale: #292929. Windows color (decimal): -16695263 or 2179073. OLE color: 2179073.

HSL color Cylindrical-coordinate representation of color #014021: hue angle of 150.48º 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 #014021 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB16433-
CMYK0.9800.480.75
HSL150.48º96.92%12.75%-
HSV(B)150.48º98.44%25.1%-
XYZ2.123.782.06-
YUV41.63123.1399.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 64 (25.39% from 255) = 65.31%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=1.02%
G=65.31%
B=33.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164330.9800.480.75150.4896.9212.75
Hex14021620304B9661d
Octal11004114206011322614115
Binary110000001000011100010011000010010111001011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014021; }

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

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

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

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

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

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

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

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