#014B21

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

Shades of British Racing Green #014B21

Tints of British Racing Green #014B21

Color information

#014B21 (or 0x014B21) is unknown color: approx British Racing Green. HEX triplet: 01, 4B and 21. RGB value is (1,75,33). Sum of RGB (Red+Green+Blue) = 1+75+33=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 75 (29.69% from 255 or 68.81% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 75 - color contains mainly: green. Hex color #014B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B21 is #FEB4DE. Grayscale: #303030. Windows color (decimal): -16692447 or 2181889. OLE color: 2181889.

HSL color Cylindrical-coordinate representation of color #014B21: hue angle of 145.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B21 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB17533-
CMYK0.9900.560.71
HSL145.95º97.37%14.9%-
HSV(B)145.95º98.67%29.41%-
XYZ2.85.152.28-
YUV48.09119.4894.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 75 (29.69% from 255) = 68.81%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=0.92%
G=68.81%
B=30.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal175330.9900.560.71145.9597.3714.9
Hex14B2163038479261f
Octal11134114307010722214117
Binary110010111000011100011011100010001111001001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014B21; }

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

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

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

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

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

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

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

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