Html Css Color HEX #015614 British Racing Green

📋 copy color: '#015614'

red 1 ◦ green 86 ◦ blue 20

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

Shades of British Racing Green #015614

Tints of British Racing Green #015614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 80.37%

 BLUE value IS 20 (8.2% from 255) = 18.69%

R = 0.93%
G = 80.37%
B = 18.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#015614 (or 0x015614) is known color: British Racing Green. HEX triplet: 01, 56 and 14. RGB value is (1,86,20). Sum of RGB (Red+Green+Blue) = 1+86+20=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 86 (33.98% from 255 or 80.37% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 86 - color contains mainly: green. Hex color #015614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015614 is #FEA9EB. Grayscale: #353535. Windows color (decimal): -16689644 or 1332737. OLE color: 1332737.

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

Color convert

RGB 1 86 20 -
CMYK 0.99 0 0.77 0.66
HSL 133.41º 0.98% 0.17% -
HSV(B) 133.41º 0.99% 0.34% -
XYZ 3.47 6.71 1.77 -
YUV 53.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 1 86 20 0.99 0 0.77 0.66 133.41 0.98 0.17
Hex 1 56 14 63 0 4D 42 85 62 11
Octal 1 126 24 143 0 115 102 205 142 21
Binary 1 1010110 10100 1100011 0 1001101 1000010 10000101 1100010 10001

Color Harmonies of #015614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015614

Black with #015614

Text Example


Text Example

White with #015614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015614; }

 p { color: rgb(1,86,20); }

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

background-color css

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

 a { background-color: rgb(1,86,20); }

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

border-color css

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

 span { border-color: rgb(1,86,20); }

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