#01531F

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

Shades of British Racing Green #01531F

Tints of British Racing Green #01531F

Color information

#01531F (or 0x01531F) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 1F. RGB value is (1,83,31). Sum of RGB (Red+Green+Blue) = 1+83+31=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #01531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01531F is #FEACE0. Grayscale: #343434. Windows color (decimal): -16690401 or 2052865. OLE color: 2052865.

HSL color Cylindrical-coordinate representation of color #01531F: hue angle of 141.95º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01531F is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB18331-
CMYK0.9900.630.67
HSL141.95º97.62%16.47%-
HSV(B)141.95º98.8%32.55%-
XYZ3.356.292.33-
YUV52.55115.8391.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 83 (32.81% from 255) = 72.17%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=0.87%
G=72.17%
B=26.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183310.9900.630.67141.9597.6216.47
Hex1531F6303F438e6210
Octal11233714307710321614220
Binary110100111111111000110111111100001110001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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