Html Css Color HEX #015115 British Racing Green

📋 copy color: '#015115'

red 1 ◦ green 81 ◦ blue 21

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

Shades of British Racing Green #015115

Tints of British Racing Green #015115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.39%

R = 0.97%
G = 78.64%
B = 20.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#015115 (or 0x015115) is known color: British Racing Green. HEX triplet: 01, 51 and 15. RGB value is (1,81,21). Sum of RGB (Red+Green+Blue) = 1+81+21=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 81 (32.03% from 255 or 78.64% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 81 - color contains mainly: green. Hex color #015115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015115 is #FEAEEA. Grayscale: #323232. Windows color (decimal): -16690923 or 1396993. OLE color: 1396993.

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

Color convert

RGB 1 81 21 -
CMYK 0.99 0 0.74 0.68
HSL 135º 0.98% 0.16% -
HSV(B) 135º 0.99% 0.32% -
XYZ 3.09 5.95 1.69 -
YUV 50.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 1 81 21 0.99 0 0.74 0.68 135 0.98 0.16
Hex 1 51 15 63 0 4A 44 87 62 10
Octal 1 121 25 143 0 112 104 207 142 20
Binary 1 1010001 10101 1100011 0 1001010 1000100 10000111 1100010 10000

Color Harmonies of #015115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015115

Black with #015115

Text Example


Text Example

White with #015115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015115; }

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

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

background-color css

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

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

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

border-color css

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

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

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