#01431F

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

Shades of British Racing Green #01431F

Tints of British Racing Green #01431F

Color information

#01431F (or 0x01431F) is unknown color: approx British Racing Green. HEX triplet: 01, 43 and 1F. RGB value is (1,67,31). Sum of RGB (Red+Green+Blue) = 1+67+31=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #01431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01431F is #FEBCE0. Grayscale: #2B2B2B. Windows color (decimal): -16694497 or 2048769. OLE color: 2048769.

HSL color Cylindrical-coordinate representation of color #01431F: hue angle of 147.27º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01431F is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB16731-
CMYK0.9900.540.74
HSL147.27º97.06%13.33%-
HSV(B)147.27º98.51%26.27%-
XYZ2.274.121.97-
YUV43.16121.1397.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 67 (26.56% from 255) = 67.68%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=1.01%
G=67.68%
B=31.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167310.9900.540.74147.2797.0613.33
Hex1431F630364A9361d
Octal11033714306611222314115
Binary11000011111111100011011011010010101001001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01431F; }

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

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

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

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

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

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

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

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