#013B25

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

Shades of British Racing Green #013B25

Tints of British Racing Green #013B25

Color information

#013B25 (or 0x013B25) is unknown color: approx British Racing Green. HEX triplet: 01, 3B and 25. RGB value is (1,59,37). Sum of RGB (Red+Green+Blue) = 1+59+37=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 59 (23.44% from 255 or 60.82% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 59 - color contains mainly: green. Hex color #013B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B25 is #FEC4DA. Grayscale: #272727. Windows color (decimal): -16696539 or 2439937. OLE color: 2439937.

HSL color Cylindrical-coordinate representation of color #013B25: hue angle of 157.24º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B25 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB15937-
CMYK0.9800.370.77
HSL157.24º96.67%11.76%-
HSV(B)157.24º98.31%23.14%-
XYZ1.913.272.28-
YUV39.15126.78100.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 59 (23.44% from 255) = 60.82%
BLUE value IS 37 (14.84% from 255) = 38.14%
R=1.03%
G=60.82%
B=38.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal159370.9800.370.77157.2496.6711.76
Hex13B25620254D9d61c
Octal1734514204511523514114
Binary11110111001011100010010010110011011001110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,59,37); }

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

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

 a { background-color: rgb(1,59,37); }

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

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

 span { border-color: rgb(1,59,37); }

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