#01530F

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

Shades of British Racing Green #01530F

Tints of British Racing Green #01530F

Color information

#01530F (or 0x01530F) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 0F. RGB value is (1,83,15). Sum of RGB (Red+Green+Blue) = 1+83+15=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 83 (32.81% from 255 or 83.84% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 83 - color contains mainly: green. Hex color #01530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01530F is #FEACF0. Grayscale: #323232. Windows color (decimal): -16690417 or 1004289. OLE color: 1004289.

HSL color Cylindrical-coordinate representation of color #01530F: hue angle of 130.24º 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 #01530F is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB18315-
CMYK0.9900.820.67
HSL130.24º97.62%16.47%-
HSV(B)130.24º98.8%32.55%-
XYZ3.196.231.49-
YUV50.73107.8392.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 83 (32.81% from 255) = 83.84%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=1.01%
G=83.84%
B=15.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183150.9900.820.67130.2497.6216.47
Hex153F6305243826210
Octal112317143012210320214220
Binary110100111111110001101010010100001110000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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