Html Css Color HEX #015110 British Racing Green

📋 copy color: '#015110'

red 1 ◦ green 81 ◦ blue 16

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

Shades of British Racing Green #015110

Tints of British Racing Green #015110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 1.02%
G = 82.65%
B = 16.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#015110 (or 0x015110) is known color: British Racing Green. HEX triplet: 01, 51 and 10. RGB value is (1,81,16). Sum of RGB (Red+Green+Blue) = 1+81+16=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 81 (32.03% from 255 or 82.65% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 81 - color contains mainly: green. Hex color #015110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015110 is #FEAEEF. Grayscale: #313131. Windows color (decimal): -16690928 or 1069313. OLE color: 1069313.

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

Color convert

RGB 1 81 16 -
CMYK 0.99 0 0.80 0.68
HSL 131.25º 0.98% 0.16% -
HSV(B) 131.25º 0.99% 0.32% -
XYZ 3.05 5.93 1.47 -
YUV 49.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 1 81 16 0.99 0 0.80 0.68 131.25 0.98 0.16
Hex 1 51 10 63 0 50 44 83 62 10
Octal 1 121 20 143 0 120 104 203 142 20
Binary 1 1010001 10000 1100011 0 1010000 1000100 10000011 1100010 10000

Color Harmonies of #015110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015110

Black with #015110

Text Example


Text Example

White with #015110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015110; }

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

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

background-color css

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

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

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

border-color css

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

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

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