#013F1F

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

Shades of British Racing Green #013F1F

Tints of British Racing Green #013F1F

Color information

#013F1F (or 0x013F1F) is unknown color: approx British Racing Green. HEX triplet: 01, 3F and 1F. RGB value is (1,63,31). Sum of RGB (Red+Green+Blue) = 1+63+31=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 63 (25% from 255 or 66.32% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 63 - color contains mainly: green. Hex color #013F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F1F is #FEC0E0. Grayscale: #282828. Windows color (decimal): -16695521 or 2047745. OLE color: 2047745.

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

Color convert

RGB16331-
CMYK0.9800.510.75
HSL149.03º96.88%12.55%-
HSV(B)149.03º98.41%24.71%-
XYZ2.043.661.9-
YUV40.81122.4699.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 63 (25% from 255) = 66.32%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=1.05%
G=66.32%
B=32.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal163310.9800.510.75149.0396.8812.55
Hex13F1F620334B9561d
Octal1773714206311322514115
Binary1111111111111100010011001110010111001010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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