#013818

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

Shades of British Racing Green #013818

Tints of British Racing Green #013818

Color information

#013818 (or 0x013818) is unknown color: approx British Racing Green. HEX triplet: 01, 38 and 18. RGB value is (1,56,24). Sum of RGB (Red+Green+Blue) = 1+56+24=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #013818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013818 is #FEC7E7. Grayscale: #232323. Windows color (decimal): -16697320 or 1587201. OLE color: 1587201.

HSL color Cylindrical-coordinate representation of color #013818: hue angle of 145.09º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013818 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB15624-
CMYK0.9800.570.78
HSL145.09º96.49%11.18%-
HSV(B)145.09º98.21%21.96%-
XYZ1.592.91.34-
YUV35.91121.28103.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 56 (22.27% from 255) = 69.14%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=1.23%
G=69.14%
B=29.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156240.9800.570.78145.0996.4911.18
Hex13818620394E9160b
Octal1703014207111622114013
Binary1111000110001100010011100110011101001000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013818; }

 p { color: rgb(1,56,24); }

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

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

 a { background-color: rgb(1,56,24); }

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

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

 span { border-color: rgb(1,56,24); }

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