#013E22

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

Shades of British Racing Green #013E22

Tints of British Racing Green #013E22

Color information

#013E22 (or 0x013E22) is unknown color: approx British Racing Green. HEX triplet: 01, 3E and 22. RGB value is (1,62,34). Sum of RGB (Red+Green+Blue) = 1+62+34=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #013E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E22 is #FEC1DD. Grayscale: #282828. Windows color (decimal): -16695774 or 2244097. OLE color: 2244097.

HSL color Cylindrical-coordinate representation of color #013E22: hue angle of 152.46º 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 #013E22 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.

Color convert

RGB16234-
CMYK0.9800.450.76
HSL152.46º96.83%12.35%-
HSV(B)152.46º98.39%24.31%-
XYZ2.023.572.1-
YUV40.57124.2999.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 62 (24.61% from 255) = 63.92%
BLUE value IS 34 (13.67% from 255) = 35.05%
R=1.03%
G=63.92%
B=35.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal162340.9800.450.76152.4696.8312.35
Hex13E226202D4C9861c
Octal1764214205511423014114
Binary11111101000101100010010110110011001001100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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