#01431D

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

Shades of British Racing Green #01431D

Tints of British Racing Green #01431D

Color information

#01431D (or 0x01431D) is unknown color: approx British Racing Green. HEX triplet: 01, 43 and 1D. RGB value is (1,67,29). Sum of RGB (Red+Green+Blue) = 1+67+29=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #01431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01431D is #FEBCE2. Grayscale: #2B2B2B. Windows color (decimal): -16694499 or 1917697. OLE color: 1917697.

HSL color Cylindrical-coordinate representation of color #01431D: hue angle of 145.45º 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 #01431D is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB16729-
CMYK0.9900.570.74
HSL145.45º97.06%13.33%-
HSV(B)145.45º98.51%26.27%-
XYZ2.244.111.84-
YUV42.93120.1398.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 67 (26.56% from 255) = 69.07%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=1.03%
G=69.07%
B=29.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167290.9900.570.74145.4597.0613.33
Hex1431D630394A9161d
Octal11033514307111222114115
Binary11000011111011100011011100110010101001000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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