Html Css Color HEX #015311 British Racing Green

📋 copy color: '#015311'

red 1 ◦ green 83 ◦ blue 17

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

Shades of British Racing Green #015311

Tints of British Racing Green #015311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 82.18%

 BLUE value IS 17 (7.03% from 255) = 16.83%

R = 0.99%
G = 82.18%
B = 16.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#015311 (or 0x015311) is known color: British Racing Green. HEX triplet: 01, 53 and 11. RGB value is (1,83,17). Sum of RGB (Red+Green+Blue) = 1+83+17=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #015311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015311 is #FEACEE. Grayscale: #333333. Windows color (decimal): -16690415 or 1135361. OLE color: 1135361.

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

Color convert

RGB 1 83 17 -
CMYK 0.99 0 0.80 0.67
HSL 131.71º 0.98% 0.16% -
HSV(B) 131.71º 0.99% 0.33% -
XYZ 3.21 6.23 1.56 -
YUV 50.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 1 83 17 0.99 0 0.80 0.67 131.71 0.98 0.16
Hex 1 53 11 63 0 50 43 84 62 10
Octal 1 123 21 143 0 120 103 204 142 20
Binary 1 1010011 10001 1100011 0 1010000 1000011 10000100 1100010 10000

Color Harmonies of #015311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015311

Black with #015311

Text Example


Text Example

White with #015311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015311; }

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

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

background-color css

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

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

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

border-color css

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

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

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