#013E2B

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

Shades of British Racing Green #013E2B

Tints of British Racing Green #013E2B

Color information

#013E2B (or 0x013E2B) is unknown color: approx British Racing Green. HEX triplet: 01, 3E and 2B. RGB value is (1,62,43). Sum of RGB (Red+Green+Blue) = 1+62+43=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 62 (24.61% from 255 or 58.49% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 62 - color contains mainly: green. Hex color #013E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E2B is #FEC1D4. Grayscale: #292929. Windows color (decimal): -16695765 or 2833921. OLE color: 2833921.

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

Color convert

RGB16243-
CMYK0.9800.310.76
HSL161.31º96.83%12.35%-
HSV(B)161.31º98.39%24.31%-
XYZ2.173.632.87-
YUV41.6128.7999.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 62 (24.61% from 255) = 58.49%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=0.94%
G=58.49%
B=40.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal162430.9800.310.76161.3196.8312.35
Hex13E2B6201F4Ca161c
Octal1765314203711424114114
Binary1111110101011110001001111110011001010000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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