Html Css Color HEX #015410 British Racing Green

📋 copy color: '#015410'

red 1 ◦ green 84 ◦ blue 16

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

Shades of British Racing Green #015410

Tints of British Racing Green #015410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 83.17%

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

R = 0.99%
G = 83.17%
B = 15.84%

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

#015410 (or 0x015410) is known color: British Racing Green. HEX triplet: 01, 54 and 10. RGB value is (1,84,16). Sum of RGB (Red+Green+Blue) = 1+84+16=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 84 (33.20% from 255 or 83.17% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 84 - color contains mainly: green. Hex color #015410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015410 is #FEABEF. Grayscale: #333333. Windows color (decimal): -16690160 or 1070081. OLE color: 1070081.

HSL color Cylindrical-coordinate representation of color #015410: hue angle of 130.84º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015410 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 16 -
CMYK 0.99 0 0.81 0.67
HSL 130.84º 0.98% 0.17% -
HSV(B) 130.84º 0.99% 0.33% -
XYZ 3.28 6.38 1.55 -
YUV 51.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 1 84 16 0.99 0 0.81 0.67 130.84 0.98 0.17
Hex 1 54 10 63 0 51 43 83 62 11
Octal 1 124 20 143 0 121 103 203 142 21
Binary 1 1010100 10000 1100011 0 1010001 1000011 10000011 1100010 10001

Color Harmonies of #015410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015410

Black with #015410

Text Example


Text Example

White with #015410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015410; }

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

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

background-color css

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

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

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

border-color css

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

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

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