#013E21

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

Shades of British Racing Green #013E21

Tints of British Racing Green #013E21

Color information

#013E21 (or 0x013E21) is unknown color: approx British Racing Green. HEX triplet: 01, 3E and 21. RGB value is (1,62,33). Sum of RGB (Red+Green+Blue) = 1+62+33=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 62 (24.61% from 255 or 64.58% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 62 - color contains mainly: green. Hex color #013E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E21 is #FEC1DE. Grayscale: #282828. Windows color (decimal): -16695775 or 2178561. OLE color: 2178561.

HSL color Cylindrical-coordinate representation of color #013E21: hue angle of 151.48º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E21 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB16233-
CMYK0.9800.470.76
HSL151.48º96.83%12.35%-
HSV(B)151.48º98.39%24.31%-
XYZ2.013.562.02-
YUV40.46123.7999.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 62 (24.61% from 255) = 64.58%
BLUE value IS 33 (13.28% from 255) = 34.38%
R=1.04%
G=64.58%
B=34.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal162330.9800.470.76151.4896.8312.35
Hex13E216202F4C9761c
Octal1764114205711422714114
Binary11111101000011100010010111110011001001011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013E21; }

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

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

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

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

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

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

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

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