Html Css Color HEX #015520 British Racing Green

📋 copy color: '#015520'

red 1 ◦ green 85 ◦ blue 32

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

Shades of British Racing Green #015520

Tints of British Racing Green #015520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 72.03%

 BLUE value IS 32 (12.89% from 255) = 27.12%

R = 0.85%
G = 72.03%
B = 27.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#015520 (or 0x015520) is known color: British Racing Green. HEX triplet: 01, 55 and 20. RGB value is (1,85,32). Sum of RGB (Red+Green+Blue) = 1+85+32=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #015520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015520 is #FEAADF. Grayscale: #353535. Windows color (decimal): -16689888 or 2118913. OLE color: 2118913.

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

Color convert

RGB 1 85 32 -
CMYK 0.99 0 0.62 0.67
HSL 142.14º 0.98% 0.17% -
HSV(B) 142.14º 0.99% 0.33% -
XYZ 3.52 6.61 2.46 -
YUV 53.84 115.67 90.31 -
System Red Green Blue C M Y K H S L
Decimal 1 85 32 0.99 0 0.62 0.67 142.14 0.98 0.17
Hex 1 55 20 63 0 3E 43 8E 62 11
Octal 1 125 40 143 0 76 103 216 142 21
Binary 1 1010101 100000 1100011 0 111110 1000011 10001110 1100010 10001

Color Harmonies of #015520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015520

Black with #015520

Text Example


Text Example

White with #015520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015520; }

 p { color: rgb(1,85,32); }

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

background-color css

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

 a { background-color: rgb(1,85,32); }

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

border-color css

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

 span { border-color: rgb(1,85,32); }

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