#013F1C

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

Shades of British Racing Green #013F1C

Tints of British Racing Green #013F1C

Color information

#013F1C (or 0x013F1C) is unknown color: approx British Racing Green. HEX triplet: 01, 3F and 1C. RGB value is (1,63,28). Sum of RGB (Red+Green+Blue) = 1+63+28=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 63 (25% from 255 or 68.48% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 63 - color contains mainly: green. Hex color #013F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F1C is #FEC0E3. Grayscale: #282828. Windows color (decimal): -16695524 or 1851137. OLE color: 1851137.

HSL color Cylindrical-coordinate representation of color #013F1C: hue angle of 146.13º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F1C is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB16328-
CMYK0.9800.560.75
HSL146.13º96.88%12.55%-
HSV(B)146.13º98.41%24.71%-
XYZ23.651.7-
YUV40.47120.9699.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 63 (25% from 255) = 68.48%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=1.09%
G=68.48%
B=30.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal163280.9800.560.75146.1396.8812.55
Hex13F1C620384B9261d
Octal1773414207011322214115
Binary1111111111001100010011100010010111001001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,63,28); }

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

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

 a { background-color: rgb(1,63,28); }

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

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

 span { border-color: rgb(1,63,28); }

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