Html Css Color HEX #015137 British Racing Green

📋 copy color: '#015137'

red 1 ◦ green 81 ◦ blue 55

#015137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #015137

Tints of British Racing Green #015137

RGB

 RED value IS 1 (0.78% from 255) = 0.73%

 GREEN value IS 81 (32.03% from 255) = 59.12%

 BLUE value IS 55 (21.88% from 255) = 40.15%

R = 0.73%
G = 59.12%
B = 40.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#015137 (or 0x015137) is known color: British Racing Green. HEX triplet: 01, 51 and 37. RGB value is (1,81,55). Sum of RGB (Red+Green+Blue) = 1+81+55=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #015137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015137 is #FEAEC8. Grayscale: #363636. Windows color (decimal): -16690889 or 3625217. OLE color: 3625217.

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

Color convert

RGB 1 81 55 -
CMYK 0.99 0 0.32 0.68
HSL 160.5º 0.98% 0.16% -
HSV(B) 160.5º 0.99% 0.32% -
XYZ 3.64 6.17 4.61 -
YUV 54.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 1 81 55 0.99 0 0.32 0.68 160.5 0.98 0.16
Hex 1 51 37 63 0 20 44 A0 62 10
Octal 1 121 67 143 0 40 104 240 142 20
Binary 1 1010001 110111 1100011 0 100000 1000100 10100000 1100010 10000

Color Harmonies of #015137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015137

Black with #015137

Text Example


Text Example

White with #015137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015137; }

 p { color: rgb(1,81,55); }

 H1.HeaderClassName
 {
   color: #015137;
 }
 .AnyTagClassName
 {
   color: #015137;
 }
</style>

background-color css

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

 a { background-color: rgb(1,81,55); }

 div.DivClassName
 {
   background-color: #015137;
 }
 .BgClassName
 {
   background-color: #015137;
 }
</style>

border-color css

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

 span { border-color: rgb(1,81,55); }

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