Html Css Color HEX #015310 British Racing Green

📋 copy color: '#015310'

red 1 ◦ green 83 ◦ blue 16

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

Shades of British Racing Green #015310

Tints of British Racing Green #015310

RGB

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

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

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

R = 1%
G = 83%
B = 16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#015310 (or 0x015310) is known color: British Racing Green. HEX triplet: 01, 53 and 10. RGB value is (1,83,16). Sum of RGB (Red+Green+Blue) = 1+83+16=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 83 (32.81% from 255 or 83% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 83 - color contains mainly: green. Hex color #015310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015310 is #FEACEF. Grayscale: #333333. Windows color (decimal): -16690416 or 1069825. OLE color: 1069825.

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

Color convert

RGB 1 83 16 -
CMYK 0.99 0 0.81 0.67
HSL 130.98º 0.98% 0.16% -
HSV(B) 130.98º 0.99% 0.33% -
XYZ 3.2 6.23 1.52 -
YUV 50.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 1 83 16 0.99 0 0.81 0.67 130.98 0.98 0.16
Hex 1 53 10 63 0 51 43 83 62 10
Octal 1 123 20 143 0 121 103 203 142 20
Binary 1 1010011 10000 1100011 0 1010001 1000011 10000011 1100010 10000

Color Harmonies of #015310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015310

Black with #015310

Text Example


Text Example

White with #015310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015310; }

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

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

background-color css

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

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

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

border-color css

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

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

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