Html Css Color HEX #015512 British Racing Green

📋 copy color: '#015512'

red 1 ◦ green 85 ◦ blue 18

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

Shades of British Racing Green #015512

Tints of British Racing Green #015512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.31%

R = 0.96%
G = 81.73%
B = 17.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#015512 (or 0x015512) is known color: British Racing Green. HEX triplet: 01, 55 and 12. RGB value is (1,85,18). Sum of RGB (Red+Green+Blue) = 1+85+18=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #015512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015512 is #FEAAED. Grayscale: #343434. Windows color (decimal): -16689902 or 1201409. OLE color: 1201409.

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

Color convert

RGB 1 85 18 -
CMYK 0.99 0 0.79 0.67
HSL 132.14º 0.98% 0.17% -
HSV(B) 132.14º 0.99% 0.33% -
XYZ 3.37 6.55 1.66 -
YUV 52.25 108.67 91.45 -
System Red Green Blue C M Y K H S L
Decimal 1 85 18 0.99 0 0.79 0.67 132.14 0.98 0.17
Hex 1 55 12 63 0 4F 43 84 62 11
Octal 1 125 22 143 0 117 103 204 142 21
Binary 1 1010101 10010 1100011 0 1001111 1000011 10000100 1100010 10001

Color Harmonies of #015512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015512

Black with #015512

Text Example


Text Example

White with #015512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015512; }

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

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

background-color css

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

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

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

border-color css

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

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

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